Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
stripe-fastapi-docker-dev
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b43e2e7
stripe-fastapi-docker-dev
/
globales.py
Moibe
2nd debug
38b9b76
3 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
import
os
import
autenticacion
import
time
print
(
"Estoy en globales..."
)
time.sleep(
17
)
llave, webhook, ga4Key, ga4ID = autenticacion.defineAmbiente(os.getenv(
"ambiente"
))