Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
55bb746
·
verified ·
1 Parent(s): 5a26019
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -813,7 +813,7 @@ def add_verified_role(member, role):
813
  loop.run_until_complete(add_role_to_member(member, role))
814
 
815
 
816
- async def send_lunar_verification_logs(lunar, member, username)
817
  org_link = "https://huggingface.co/organizations/discord-community/share/wPKRAHYbAlaEaCxUxcqVyaaaeZcYagDvqc"
818
  invite_message = "Click to join our community org on the HF Hub!"
819
  await lunar.send(f"Verification successful! [{member} <---> {username}] \n🤗 {invite_message}\n{org_link} ")
 
813
  loop.run_until_complete(add_role_to_member(member, role))
814
 
815
 
816
+ async def send_lunar_verification_logs(lunar, member, username):
817
  org_link = "https://huggingface.co/organizations/discord-community/share/wPKRAHYbAlaEaCxUxcqVyaaaeZcYagDvqc"
818
  invite_message = "Click to join our community org on the HF Hub!"
819
  await lunar.send(f"Verification successful! [{member} <---> {username}] \n🤗 {invite_message}\n{org_link} ")