Release 0.3.0

This commit is contained in:
MikeTheWatchGuy 2019-01-24 02:39:20 -05:00
parent 40b7a1ab17
commit 5469f5c5a8
1 changed files with 1 additions and 2 deletions

View File

@ -3112,7 +3112,6 @@ class Window:
def remi_thread(self):
print('Starting Remi Thread')
logging.getLogger('remi').disabled = True
logging.getLogger('remi.server.ws').disabled = True
logging.getLogger('remi.server').disabled = True
@ -3125,7 +3124,7 @@ class Window:
# logging.disable(logging.CRITICAL)
remi.start(self.MyApp, title=self.Title ,debug=False, address='0.0.0.0', port=0, start_browser=True, userdata=(self,)) # standalone=True)
self.MessageQueue.put(None)
print('Exiting Remi Thread')
class MyApp(remi.App):
def __init__(self,*args):