Skip to content

Commit

Permalink
Resolved EOF raised with black --check
Browse files Browse the repository at this point in the history
  • Loading branch information
NovusEdge committed Apr 9, 2021
1 parent af4cdc9 commit 3481066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main():
if not os.isdir("binance-trade-bot"):
os.system('git clone https://github.com/edeng23/binance-trade-bot')

isBTB = input(f'{COLORS['Y']}[*] Is there a BTB installation on your filesystem (y/n)?: ')
isBTB = input(f"{COLORS['Y']}[*] Is there a BTB installation on your filesystem (y/n)?: ")
if isBTB in ['y', 'Y']:

input_copy_file("binance-trade-bot/user.cfg",
Expand All @@ -48,10 +48,10 @@ def main():

elif isBTB in ['n', 'N']:

print(f'''{COLORS['Y']}[*] Please manually create the files:
print(f"""{COLORS['Y']}[*] Please manually create the files:
binance-trade-bot/user.cfg
binance-trade-bot/supported_coin_list
binance-trade-bot/config/apprise.yml''')
binance-trade-bot/config/apprise.yml""")

else:
sys.exit(-1)
Expand Down

0 comments on commit 3481066

Please sign in to comment.