Skip to content

Commit

Permalink
Update debank.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zaivanza authored Dec 9, 2022
1 parent c9359c2 commit 5287cdc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions debank.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def debank_tokens(address, headers):
cprint(f'довыебывался : {error}', 'red')
sleeping(60, 60)

with open("main_papka/test.json", "w") as file:
json.dump(result, file, indent=4, ensure_ascii=False)

return result

except Exception as error:
Expand Down Expand Up @@ -168,7 +165,7 @@ def checker_main(func, MIN_TABLE_AMOUNT):

total_balance = []

file = open('main_papka/debank.txt', 'w')
file = open('debank.txt', 'w')

for key in KEYS_LIST:

Expand Down

0 comments on commit 5287cdc

Please sign in to comment.