Spaces:
Running
Running
Intervals @ 30
Browse files
main.py
CHANGED
@@ -35,7 +35,7 @@ async def webhook_received(request: Request, stripe_signature: str = Header(None
|
|
35 |
print("Evento construido...")
|
36 |
print(event)
|
37 |
print("Evento impreso")
|
38 |
-
time.sleep(
|
39 |
|
40 |
except Exception as e:
|
41 |
print("Excepción es: ", e)
|
|
|
35 |
print("Evento construido...")
|
36 |
print(event)
|
37 |
print("Evento impreso")
|
38 |
+
time.sleep(30)
|
39 |
|
40 |
except Exception as e:
|
41 |
print("Excepción es: ", e)
|