lunarflu HF staff commited on
Commit
f470afe
1 Parent(s): 4825581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ async def on_message(message):
257
  print(f"adding exp from message {message.author}")
258
  await asyncio.sleep(1)
259
  await add_exp(message.author.id)
260
- #await periodic_api_test() # run this ~1 per day otherwise will lead to issues
261
  await bot.process_commands(message)
262
  except Exception as e:
263
  print(f"on_message Error: {e}")
 
257
  print(f"adding exp from message {message.author}")
258
  await asyncio.sleep(1)
259
  await add_exp(message.author.id)
260
+ await periodic_api_test() # run this ~1 per day otherwise will lead to issues
261
  await bot.process_commands(message)
262
  except Exception as e:
263
  print(f"on_message Error: {e}")