mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Formatted according to black
This commit is contained in:
parent
ef6945d010
commit
3d82ef6cb6
1 changed files with 3 additions and 1 deletions
|
@ -76,7 +76,9 @@ else:
|
|||
os.makedirs(directory, exist_ok=True)
|
||||
|
||||
if not PHONE:
|
||||
print("Enter your phone number in international format (including country code)")
|
||||
print(
|
||||
"Enter your phone number in international format (including country code)"
|
||||
)
|
||||
PHONE = input("phone> ")
|
||||
if not PHONE.startswith("+"):
|
||||
PHONE = "+" + PHONE
|
||||
|
|
Loading…
Reference in a new issue