Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
6b1849e
·
1 Parent(s): b7da67d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ async def level(ctx):
73
 
74
  @bot.command()
75
  async def backup_xp(ctx):
76
- save_xp_data(xp_data)
77
  with open('xp_data.json', 'rb') as f:
78
  await ctx.send(file=discord.File(f, 'xp_data.json'))
79
 
 
73
 
74
  @bot.command()
75
  async def backup_xp(ctx):
76
+ #save_xp_data()
77
  with open('xp_data.json', 'rb') as f:
78
  await ctx.send(file=discord.File(f, 'xp_data.json'))
79