mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Bug fix
This commit is contained in:
parent
721d2d815a
commit
2757bda46c
1 changed files with 2 additions and 4 deletions
6
ppi.py
6
ppi.py
|
|
@ -144,14 +144,13 @@ def wttrDataV1():
|
|||
clear()
|
||||
blogo()
|
||||
print(a)
|
||||
input("Continue...")
|
||||
else:
|
||||
list = "curl wttr.in/" + selectData + "?F"
|
||||
a = os.popen(list).read()
|
||||
clear()
|
||||
blogo()
|
||||
print(a)
|
||||
input("Continue...")
|
||||
input("Continue...")
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
@ -209,14 +208,13 @@ def wttrDataV2():
|
|||
clear()
|
||||
blogo()
|
||||
print(a)
|
||||
input("Continue...")
|
||||
else:
|
||||
list = "curl v2.wttr.in/" + selectData + "?F"
|
||||
a = os.popen(list).read()
|
||||
clear()
|
||||
blogo()
|
||||
print(a)
|
||||
input("Continue...")
|
||||
input("Continue...")
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue