Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ async def chat(ctx, symbol: str): # Remove the optional parameter CoinName
|
|
| 70 |
return
|
| 71 |
try:
|
| 72 |
# Acknowledge the command immediately
|
| 73 |
-
await ctx.send(f"
|
| 74 |
|
| 75 |
loop = asyncio.get_running_loop()
|
| 76 |
client = await loop.run_in_executor(None, get_client, None)
|
|
|
|
| 70 |
return
|
| 71 |
try:
|
| 72 |
# Acknowledge the command immediately
|
| 73 |
+
await ctx.send(f"Generating report for: {symbol} - Please wait 1-2 Minutes")
|
| 74 |
|
| 75 |
loop = asyncio.get_running_loop()
|
| 76 |
client = await loop.run_in_executor(None, get_client, None)
|