You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now using pyngrok library, instead of opening ngrok using subprocess
• updated build.py to remove including ngrok.exe
• removed web_addrr:false fom createDefaultConfig as its needed for pyngrok to work.
• set loggers for flask & ngrok to error to aviod spamming console
## figure out how to set a static location for pyngrok to download the ngrok.exe file rather than it doing it every time?
20
+
## need to find a way to kill the ngrok process when the plugin is closed rather than the os.kill.. it should be related to the pyinstaller process but
21
+
## seems as if its not since its downloaded after the fact..
0 commit comments