mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Bug fix
Bug fix when creating tallyco.conf file
This commit is contained in:
parent
205f9582a9
commit
d42bc5f1df
1 changed files with 0 additions and 2 deletions
2
ppi.py
2
ppi.py
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue