Skip to content

Commit 3b42de3

Browse files
authored
Update bot.py
1 parent b596dd0 commit 3b42de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ async def post_metadata(self):
11511151
"last_updated": str(datetime.utcnow()),
11521152
}
11531153

1154-
async with self.session.post("https://api.modmail.tk/metadata", json=data):
1154+
async with self.session.post("https://api.logviewer.tech/metadata", json=data):
11551155
logger.debug("Uploading metadata to Modmail server.")
11561156

11571157
async def before_post_metadata(self):

0 commit comments

Comments
 (0)