Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Added version number 1.0.0 to ASCII logo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBerdik committed Jun 20, 2019
1 parent 3a915a0 commit 9084f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InfiniDrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def print_ascii_logo():
print(" @@@@@@# @@@@@@@@ @@@@# @@@@@@")
print(" *@@@@@@@@@@@@@@@@@@ @@@@@@@@%@@@@@@@@")
print(" #@@@@@@@@@@@@ *@@@@@@@@@@@*\n")
print("InfiniDrive - An unlimited Google Drive storage solution")
print("InfiniDrive v1.0.0 - An unlimited Google Drive storage solution")
print("by David Berdik, Steven Myrick, Noah Greenberg\n")

if not os.path.exists('credentials.json'):
Expand Down

0 comments on commit 9084f34

Please sign in to comment.