Skip to content

Commit 9657dc0

Browse files
authored
Update app.py
1 parent f42d2d3 commit 9657dc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
app.config.from_object('config')
1414

1515

16-
count_dict = {1:0,2:0,3:0,4:0,5:0,6:0,7:0,8:0,9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0,17:0,18:0,19:0,20:0} # noqa
16+
count_dict = {
17+
1:0,2:0,3:0,4:0,5:0,6:0,7:0,8:0,9:0,10:0,
18+
11:0,12:0,13:0,14:0,15:0,16:0,17:0,18:0,19:0,20:0
19+
} # noqa
1720

1821
# Shutdown Server
1922
def shutdown_server():

0 commit comments

Comments
 (0)