Spaces:
Sleeping
Sleeping
Debug debug
Browse files- autenticacion.py +3 -0
autenticacion.py
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
import os
|
| 2 |
import socket
|
| 3 |
import config_creator
|
|
|
|
| 4 |
|
| 5 |
def defineAmbiente(env):
|
|
|
|
|
|
|
| 6 |
if local_check():
|
| 7 |
print("Entorno Local...")
|
| 8 |
import bridges
|
|
|
|
| 1 |
import os
|
| 2 |
import socket
|
| 3 |
import config_creator
|
| 4 |
+
import time
|
| 5 |
|
| 6 |
def defineAmbiente(env):
|
| 7 |
+
print("Estoy en define ambiente...")
|
| 8 |
+
time.sleep(18)
|
| 9 |
if local_check():
|
| 10 |
print("Entorno Local...")
|
| 11 |
import bridges
|