Skip to content
Snippets Groups Projects
Commit 07eab6da authored by Taya Snijder's avatar Taya Snijder
Browse files

rewrote exception message

parent 28fbe68f
No related branches found
No related tags found
1 merge request!114fixed file writing bug by adding a thread and locks, added the ability to...
...@@ -46,6 +46,7 @@ while True: ...@@ -46,6 +46,7 @@ while True:
conn.sendall(data) conn.sendall(data)
except Exception as e: except Exception as e:
logger.warning(e) logger.warning(f"Exception occured: {e}" )
# just do 2 interrupt within a second to quit the program # just do 2 interrupt within a second to quit the program
time.sleep(1) time.sleep(1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment