We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211b60d commit bee02abCopy full SHA for bee02ab
pwnagotchi/ui/web/handler.py
@@ -10,7 +10,7 @@
10
11
# https://stackoverflow.com/questions/14888799/disable-console-messages-in-flask-server
12
logging.getLogger('werkzeug').setLevel(logging.ERROR)
13
-os.environ['WERKZEUG_RUN_MAIN'] = 'true'
+os.environ['WERKZEUG_RUN_MAIN'] = 'false'
14
15
import pwnagotchi
16
import pwnagotchi.grid as grid
pwnagotchi/ui/web/server.py
@@ -5,7 +5,7 @@
5
6
7
8
9
from flask import Flask
from flask_cors import CORS
0 commit comments