Thanks to visit codestin.com Credit goes to github.com
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 062114d commit eae21e3Copy full SHA for eae21e3
.gitignore
@@ -1,6 +1,8 @@
1
## Ignore Visual Studio temporary files, build results, and
2
## files generated by popular Visual Studio add-ons.
3
4
+rawtab.csv
5
+
6
# User-specific files
7
*.suo
8
*.user
ProtobotWebApp/app.py
@@ -9,7 +9,8 @@
9
import threading
10
app = Flask(__name__)
11
import authentication
12
-import flask-sqlalchemy
+import flask_sqlalchemy
13
14
15
# Make the WSGI interface available at the top level so wfastcgi can get it.
16
wsgi_app = app.wsgi_app
0 commit comments