syncing WIP changes just in case

This commit is contained in:
Lili (Tlapka) 2022-08-01 10:13:27 +02:00
parent 8df3ebd8c4
commit 9ad850b938
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def owncastWebhook():
(user_id), (user_id),
) )
print("{}'s points: {}".format(user_id, cursor.fetchone())) print("{}'s points: {}".format(user_id, cursor.fetchone()))
else: #debug: give points for message else: # DEBUG: give points for message
try: try:
db.execute( db.execute(
"UPDATE points SET points = points + 10 WHERE id = ?", "UPDATE points SET points = points + 10 WHERE id = ?",