Skip to content

Commit

Permalink
Suppress ICCP warning windows
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
An-dz committed Jul 25, 2018
1 parent 8545eed commit 3afb1ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Expand Up @@ -40,6 +40,8 @@
logging.info("main: configuration loaded from file: %s" % config.conf_path)
logging.debug(str(config))

wx.Log.SetLogLevel(wx.LOG_Error)

#########################################
# Main class, controls most of the code #
#########################################
Expand Down

0 comments on commit 3afb1ce

Please sign in to comment.