lunarflu HF staff commited on
Commit
62dad61
·
verified ·
1 Parent(s): caab15e

prioritize give_verified_roles with tasks.loop

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ async def on_ready():
121
 
122
 
123
  # updates both leaderboards
124
- remove_huggingfolks.start()
125
  give_verified_roles.start()
126
  print("------------------------------------------------------------------------")
127
  except Exception as e:
 
121
 
122
 
123
  # updates both leaderboards
124
+ #remove_huggingfolks.start()
125
  give_verified_roles.start()
126
  print("------------------------------------------------------------------------")
127
  except Exception as e: