Bug fix when creating tallyco.conf file
This commit is contained in:
curly60e 2020-07-10 11:30:06 -03:00 committed by GitHub
parent 205f9582a9
commit d42bc5f1df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ppi.py
View file

@ -1137,7 +1137,6 @@ def loadFileConnTallyCo(tallycoLoad):
SAVE THE FILE '\033[1;33;40mtallycoSN.conf\033[0;37;40m' IN A SAFE PLACE.\n
""")
print("\nEXAMPLE: https://tallyco.in/s/{fundraiser_id}/\n")
tallycoLoad["fundraiser_id"] = input("Fundraiser ID: ")
tallycoLoad["id"] = input("User ID or Twitter @USER: ")
pickle.dump(tallycoLoad, open("tallyco.conf", "wb"))
clear()
@ -1155,7 +1154,6 @@ def createFileConnTallyCo():
SAVE THE FILE '\033[1;33;40mtallycoSN.conf\033[0;37;40m' IN A SAFE PLACE.\n
""")
print("\nEXAMPLE: https://tallyco.in/s/{fundraiser_id}/\n")
tallycoLoad["fundraiser_id"] = input("Fundraiser ID: ")
tallycoLoad["id"] = input("User ID or Twitter @USER: ")
pickle.dump(tallycoLoad, open("tallyco.conf", "wb"))