aboutsummaryrefslogtreecommitdiff
path: root/www/html/affiche-tas.py
diff options
context:
space:
mode:
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()