Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix
Browse files
app.py
CHANGED
@@ -109,9 +109,9 @@ async def on_ready():
|
|
109 |
await message.edit(view=view)
|
110 |
print("message edited")
|
111 |
except discord.NotFound:
|
112 |
-
print(f"Message with ID
|
113 |
except discord.HTTPException as e:
|
114 |
-
print(f"Failed to fetch message with ID
|
115 |
|
116 |
|
117 |
"""import data from google sheets -> HF Space df (doesn't make API call this way, as it's read-only)"""
|
|
|
109 |
await message.edit(view=view)
|
110 |
print("message edited")
|
111 |
except discord.NotFound:
|
112 |
+
print(f"Message with ID 00000000 not found.")
|
113 |
except discord.HTTPException as e:
|
114 |
+
print(f"Failed to fetch message with ID 00000000: {e}")
|
115 |
|
116 |
|
117 |
"""import data from google sheets -> HF Space df (doesn't make API call this way, as it's read-only)"""
|