syncing WIP changes just in case
This commit is contained in:
parent
8df3ebd8c4
commit
9ad850b938
2
main.py
2
main.py
|
@ -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 = ?",
|
||||||
|
|
Loading…
Reference in New Issue