Browse Source

removed obsolet blank lines

Toastie 3 years ago
parent
commit
e264ebce5a
1 changed files with 1 additions and 3 deletions
  1. 1 3
      data/getToken.py

+ 1 - 3
data/getToken.py

@@ -1,9 +1,7 @@
 #!/usr/bin/python3
 
-
 import string
 import secrets
 alphanum = string.ascii_letters + string.digits
 token = ''.join(secrets.choice(alphanum) for i in range(64))
-print(token)
-
+print(token)