Thiloid commited on
Commit
4c8feca
·
verified ·
1 Parent(s): aeabd56

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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")