mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-19 18:55:02 +00:00
stopuhr fix
This commit is contained in:
parent
4f1c11df5c
commit
eb94792c4e
3
main.py
3
main.py
@ -210,7 +210,8 @@ def session(id):
|
||||
cur = con.cursor()
|
||||
l = f"SELECT eventzeit FROM planer WHERE sessionID = \'{id}\' ORDER BY eventzeit;"
|
||||
eventzeit = cur.execute(l).fetchall()
|
||||
#eventtime = re.split(",", eventzeit)
|
||||
print (eventzeit)
|
||||
#eventtime = re.split(',', eventzeit)
|
||||
con.commit()
|
||||
cur.close()
|
||||
|
||||
|
||||
@ -37,4 +37,5 @@ stop.onclick = function() {
|
||||
reset.onclick = function() {
|
||||
h1.textContent = "00:00:00";
|
||||
seconds = 0; minutes = 0; hours = 0;
|
||||
sec = 0; min = 0; hrs = 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user