Skip to content

Commit 08386db

Browse files
full refactor to asyncio and new design pattern
1 parent ee66501 commit 08386db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

last_line.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
15

main.py

+2
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,5 @@ async def main():
160160
logging.info("Script interrupted by user.")
161161
except Exception as e:
162162
logging.exception(f"An unexpected error occurred: {e}")
163+
164+
###test!

0 commit comments

Comments
 (0)