Skip to content

Commit

Permalink
makeconfig: Add a line break after success.
Browse files Browse the repository at this point in the history
  • Loading branch information
nooblag authored Feb 22, 2022
1 parent 4d4144b commit 9c6f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pddgnimi.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def makeConfig():

# done setting up
print("\nConfiguration successful. You're now ready to start scraping!")
print(' e.g. python3 ' + sys.argv[0] + ' "Search Query Here" [email protected]')
print(' e.g. python3 ' + sys.argv[0] + ' "Search Query Here" [email protected]\n')
exit()


Expand Down

0 comments on commit 9c6f997

Please sign in to comment.