Skip to content

Commit

Permalink
Fix config.py. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostTheFox committed Sep 20, 2016
1 parent 5249dc7 commit fa5d37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def configBuilder():
flag = 0

vars = ['startNum', 'endNum','nicknameFile','randomPassword','screenshotResult','screenshotOnFailure','username','password','emailUser','emailDomain','latitude','longitude','country']
new_values = [startNum + ',',endNum + ',',nicknameFile + ',',randomPassword + ',',screenshotResult + ',',screenshotOnFailure + ',','"' + username + '",','"' + password + '",','"' + emailUser + '",','"' + emailDomain + '",','"' + latitude + '",','"' + longitude + '",','"' + country + ',','"']
new_values = [startNum + ',',endNum + ',',nicknameFile + ',',randomPassword + ',',screenshotResult + ',',screenshotOnFailure + ',','"' + username + '",','"' + password + '",','"' + emailUser + '",','"' + emailDomain + '",','"' + latitude + '",','"' + longitude + '",','"' + country + '",','"']
what_to_change = dict(zip(vars,new_values))

updating('config.js',what_to_change)
Expand Down

0 comments on commit fa5d37b

Please sign in to comment.