This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
sindre
/
Beelance
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
6
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Merge branch 'master' of
https://gitlab.stud.idi.ntnu.no/tdt4237-2020/larepo
https
jakobsn
пре 5 година
родитељ
978b6a75ba
2ef59fd840
комит
f55a9e50ef
2 измењених фајлова
са
1 додато
и
2 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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…
Откажи
Сачувај