Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eae21e3

Browse files
added rawtab to gitignore, made changes to error
1 parent 062114d commit eae21e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4+
rawtab.csv
5+
46
# User-specific files
57
*.suo
68
*.user

ProtobotWebApp/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
import threading
1010
app = Flask(__name__)
1111
import authentication
12-
import flask-sqlalchemy
12+
import flask_sqlalchemy
13+
1314

1415
# Make the WSGI interface available at the top level so wfastcgi can get it.
1516
wsgi_app = app.wsgi_app

0 commit comments

Comments
 (0)