This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
Beelance
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
https://gitlab.stud.idi.ntnu.no/tdt4237-2020/larepo
https
jakobsn
5 years ago
parent
978b6a75ba
2ef59fd840
commit
f55a9e50ef
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/models/project.py
+0
-1
src/app/models/user.py
+ 1
- 1
src/app/models/project.py
View File
@@ -277,7 +277,7 @@ def update_task_status(taskid, status):
try:
cursor.execute(query)
db.commit()
except:
except
mysql.connector.Error as err
:
print("Failed executing query: {}".format(err))
cursor.fetchall()
exit(1)
+ 0
- 1
src/app/models/user.py
View File
@@ -69,7 +69,6 @@ def get_user_name_by_id(userid):
finally:
cursor.close()
db.close()
cursor.close()
return username
def match_user(username, password):
Write
Preview
Loading…
Cancel
Save