aboutsummaryrefslogtreecommitdiff
path: root/www/html/affiche-tas.py
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-16 09:28:41 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-16 09:28:41 +0200
commit4aa685b096ee617a8f980369d2ad942d00fe24ff (patch)
treed7c1e7c60a6171806fe6f06f7eb43886c474fb36 /www/html/affiche-tas.py
parent44af1057fdb096108f6115277a93a11233b6ff44 (diff)
Update
Diffstat (limited to 'www/html/affiche-tas.py')
-rw-r--r--www/html/affiche-tas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/affiche-tas.py b/www/html/affiche-tas.py
index 726bed4..4c63c3a 100644
--- a/www/html/affiche-tas.py
+++ b/www/html/affiche-tas.py
@@ -11,7 +11,7 @@ def index(req):
conn=connexionBD()
cur=conn.cursor()
- sql="SELECT * FROM paquet ORDER BY heure DESC;"
+ sql="SELECT * FROM paquet ORDER BY heure DESC"
cur.execute(sql)
conn.commit()