Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
s0infodisplay
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kasalehlia
s0infodisplay
Commits
40d64208
Commit
40d64208
authored
Oct 01, 2018
by
Kasalehlia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
greatly reduce log messages
parent
25134500
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
main.py
main.py
+4
-0
No files found.
main.py
View file @
40d64208
...
...
@@ -5,6 +5,10 @@ from queue import Queue
from
flask
import
Flask
,
render_template
from
flask_socketio
import
SocketIO
import
logging
log
=
logging
.
getLogger
(
'werkzeug'
)
log
.
setLevel
(
logging
.
ERROR
)
app
=
Flask
(
__name__
,
static_url_path
=
''
,
static_folder
=
'public'
)
app
.
config
[
'SECRET_KEY'
]
=
'Een3ooYiimePood5aeCe8ae0Eihohsh1'
socketio
=
SocketIO
(
app
,
async_mode
=
'threading'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment