Update run.py
Browse files
run.py
CHANGED
@@ -17,7 +17,7 @@ def get_local_ip():
|
|
17 |
print("IP______________________")
|
18 |
print(local_ip)
|
19 |
return local_ip
|
20 |
-
|
21 |
# Google Sheets setup
|
22 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|
23 |
key1 = os.getenv("key1")
|
|
|
17 |
print("IP______________________")
|
18 |
print(local_ip)
|
19 |
return local_ip
|
20 |
+
val=get_local_ip()
|
21 |
# Google Sheets setup
|
22 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|
23 |
key1 = os.getenv("key1")
|