fix: xhs note detail error

This commit is contained in:
Relakkes
2024-09-02 21:45:12 +08:00
parent 00b12ce482
commit d6fb255bdf
4 changed files with 34 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ async def main():
if config.SAVE_DATA_OPTION == "db":
await db.close()
if __name__ == '__main__':
try: