Update main.py

pull/354/head
null3000 3 years ago committed by GitHub
parent 9b25603bba
commit c24234aa53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,27 @@ REQUIRED_VALUES = [
"OPACITY", "OPACITY",
] ]
#create an giant banner
banner = '''
'''
print(banner)
time.sleep(.5)
print_markdown( print_markdown(
"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue." "### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue."
@ -46,7 +67,7 @@ reddit2fa = os.getenv("REDDIT_2FA")
load_dotenv() load_dotenv()
console.log("[bold green]Checking environment variables...") console.log("[bold green]Checking environment variables...")
time.sleep(1) time.sleep(.5)
if not os.path.exists(".env"): if not os.path.exists(".env"):

Loading…
Cancel
Save