Skip to content

Commit

Permalink
full refactor to asyncio and new design pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialCodeVoyage committed Sep 14, 2024
1 parent ee66501 commit 08386db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion last_line.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
15
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,5 @@ async def main():
logging.info("Script interrupted by user.")
except Exception as e:
logging.exception(f"An unexpected error occurred: {e}")

###test!

0 comments on commit 08386db

Please sign in to comment.