Skip to content

Commit 94b0e75

Browse files
3.7
1 parent ed1a3d8 commit 94b0e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user/import_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Get user credentials
2626
def ts():
2727
return datetime.datetime.now().strftime("%d.%m.%Y-%H:%M:%S")
28-
28+
2929
def get_credentials():
3030
email = input(f"{ts()} * Login e-mail: ").strip()
3131
password = getpass(f"{ts()} * Enter password: ")

0 commit comments

Comments
 (0)