mirror of
https://github.com/vyvir/althea.git
synced 2026-06-05 14:59:30 -05:00
Update main.py
This commit is contained in:
@@ -261,7 +261,7 @@ def winerm():
|
|||||||
global password
|
global password
|
||||||
f = open(f"{(altheapath)}/saved.txt", "r")
|
f = open(f"{(altheapath)}/saved.txt", "r")
|
||||||
for line in f:
|
for line in f:
|
||||||
apple_id, password = line.split(" ")
|
apple_id, password = line.split("ł") # unacceptable char both in e-mail and apple id
|
||||||
f.close()
|
f.close()
|
||||||
print(apple_id, password)
|
print(apple_id, password)
|
||||||
global savedcheck
|
global savedcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user