parent
e50558a118
commit
8913363ca8
3 changed files with 33 additions and 20 deletions
|
@ -44,7 +44,7 @@ def main():
|
|||
print("Error: Python 3.x is required")
|
||||
sys.exit(0)
|
||||
|
||||
if "--silent" not in sys.argv:
|
||||
if '--silent' not in sys.argv:
|
||||
fancy_greet()
|
||||
|
||||
main = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue