Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Devwarlt committed May 1, 2021
1 parent 420a431 commit 6a03f25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@

LocalSettings.save()
RancherMediator.core()

__log.info("Press ANY key to quit.")

input()
except KeyboardInterrupt:
__log.warning(f"{app_config['name']} is preparing to shutdown...")
except ConnectionError:
Expand Down

0 comments on commit 6a03f25

Please sign in to comment.