Skip to content

Commit e182d04

Browse files
authored
2.8 src
Former-commit-id: 89e5436
1 parent 3337e87 commit e182d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
from hashlib import sha256
1414
from os import system, startfile
1515
from time import sleep
16+
from getpass import getpass
1617

1718
from requests.adapters import HTTPAdapter
1819
from requests import Session
1920
from requests import get
2021
from lastversion import latest
2122
from colorama import Fore, init
22-
from getpass import getpass
2323
from ping3 import ping
2424
from tqdm import tqdm
2525

0 commit comments

Comments
 (0)