Skip to content

Commit

Permalink
Add loging
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon committed Aug 19, 2024
1 parent 1142e5e commit 34e3c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/main.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import logging
from DMBotNetwork import Client
from gui.main_app import DMClientApp

if __name__ == "__main__":
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
app = DMClientApp()
Client()
app.setup()
app.run()
app.cleanup()

0 comments on commit 34e3c74

Please sign in to comment.