Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix
Browse files
app.py
CHANGED
|
@@ -818,7 +818,7 @@ async def send_lunar_verification_logs(lunar, member, username):
|
|
| 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} ")
|
| 820 |
|
| 821 |
-
def send_lunar_verification_logs_def(lunar, member, username)
|
| 822 |
loop = asyncio.get_event_loop()
|
| 823 |
loop.run_until_complete(send_lunar_verification_logs(lunar, member, username))
|
| 824 |
|
|
|
|
| 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} ")
|
| 820 |
|
| 821 |
+
def send_lunar_verification_logs_def(lunar, member, username):
|
| 822 |
loop = asyncio.get_event_loop()
|
| 823 |
loop.run_until_complete(send_lunar_verification_logs(lunar, member, username))
|
| 824 |
|