re-auth every 10min

This commit is contained in:
2025-12-10 01:45:37 +01:00
parent 7a3a20cb32
commit ef4e4c43ae
2 changed files with 8 additions and 4 deletions

View File

@@ -26,10 +26,6 @@ def main():
logging.info("Shutting down...")
discordRPC.clear()
break
except:
logging.exception("An error occurred in the main loop.")
jellyfinApiClient.authenticate()
time.sleep(15)
if __name__ == "__main__":
main()