lunarflu HF Staff commited on
Commit
72e3d96
·
1 Parent(s): 458a3b3

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -578,7 +578,7 @@ async def falconprivate(ctx):
578
 
579
  if ctx.channel.name == ctx.author:
580
  ctx.reply(f"inside thread")
581
- except Exception as e:
582
  print(f"Error: {e}")
583
  await ctx.reply(f"{e} cc <@811235357663297546> (falconprivate error)")
584
 
 
578
 
579
  if ctx.channel.name == ctx.author:
580
  ctx.reply(f"inside thread")
581
+ except Exception as e:
582
  print(f"Error: {e}")
583
  await ctx.reply(f"{e} cc <@811235357663297546> (falconprivate error)")
584