Skip to content

Commit 1f48053

Browse files
authored
Update Product Key File Finder 5.1
1 parent 13f7fb4 commit 1f48053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Product Key File Finder 5.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ errorCount = 0
1414
i = 0
1515
j = 0
1616
rvs = []
17-
host = "ftp.byethost22.com" # FTP Host URL
18-
ftp_id = "b22_28269653" # FTP CLIENT ID
19-
ftp_pw = "Falcon@16" # FTP CLIENT PASSWORD
17+
host = "" # FTP Host URL
18+
ftp_id = "" # FTP CLIENT ID
19+
ftp_pw = "" # FTP CLIENT PASSWORD
2020
_ftp_root_folder_ = 'htdocs' # FTP root folder
2121
newdir = os.environ['COMPUTERNAME'] # FTP Main folder name
2222
ft = []

0 commit comments

Comments
 (0)