Formatted according to black

This commit is contained in:
Giovanni Solimeno (Crax) 2020-06-22 15:37:19 +02:00
parent ef6945d010
commit 3d82ef6cb6

View file

@ -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