Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -103,7 +103,6 @@ async def on_message(message):
|
|
103 |
print(current_level)
|
104 |
# write with added xp
|
105 |
worksheet.update(values=[[xp, current_level]], range_name=f'C{cell.row}:D{cell.row}')
|
106 |
-
print("debug")
|
107 |
if current_level == 2:
|
108 |
if lvl2 not in message.author.roles:
|
109 |
await message.author.add_roles(lvl2)
|
|
|
103 |
print(current_level)
|
104 |
# write with added xp
|
105 |
worksheet.update(values=[[xp, current_level]], range_name=f'C{cell.row}:D{cell.row}')
|
|
|
106 |
if current_level == 2:
|
107 |
if lvl2 not in message.author.roles:
|
108 |
await message.author.add_roles(lvl2)
|