Changed Remi port to 0 so will get an open port every time

This commit is contained in:
MikeTheWatchGuy 2019-02-03 11:08:56 -05:00
parent e089749a3b
commit 23c1adb366
2 changed files with 1 additions and 1 deletions

View File

@ -3174,7 +3174,7 @@ class Window:
# s.start()
Window.port_number += 1
remi.start(self.MyApp, title=self.Title ,debug=False, address='0.0.0.0', port=Window.port_number, start_browser=True, update_interval=.00001, userdata=(self,))
remi.start(self.MyApp, title=self.Title ,debug=False, address='0.0.0.0', port=0, start_browser=True, update_interval=.00001, userdata=(self,))
# remi.start(self.MyApp, title=self.Title ,debug=False, userdata=(self,), standalone=True) # standalone=True)