Spaces:
Running
Running
Remove debug verbose
Browse files- autenticacion.py +0 -1
- main.py +0 -3
autenticacion.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
import socket
|
| 3 |
import config_creator
|
| 4 |
-
import time
|
| 5 |
|
| 6 |
def defineAmbiente(env):
|
| 7 |
print("Estoy en define ambiente...")
|
|
|
|
| 1 |
import os
|
| 2 |
import socket
|
| 3 |
import config_creator
|
|
|
|
| 4 |
|
| 5 |
def defineAmbiente(env):
|
| 6 |
print("Estoy en define ambiente...")
|
main.py
CHANGED
|
@@ -5,9 +5,6 @@ import time
|
|
| 5 |
|
| 6 |
app = FastAPI()
|
| 7 |
|
| 8 |
-
print("Cree fatapi...")
|
| 9 |
-
time.sleep(16)
|
| 10 |
-
|
| 11 |
string_key = globales.llave
|
| 12 |
|
| 13 |
print ("Obtuve string key...")
|
|
|
|
| 5 |
|
| 6 |
app = FastAPI()
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
string_key = globales.llave
|
| 9 |
|
| 10 |
print ("Obtuve string key...")
|