Skip to content

Commit ae5962c

Browse files
committed
Update app.py
Add missing import os. Not sure if this was left out deliberately, but I couldn't get this to run until I added the import
1 parent bd889ed commit ae5962c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import logging
88
from logging import Formatter, FileHandler
99
from forms import *
10+
import os
1011

1112
#----------------------------------------------------------------------------#
1213
# App Config.

0 commit comments

Comments
 (0)