📄 Add credits print

This commit is contained in:
2024-05-22 15:59:32 +02:00
parent 9809e5813c
commit 97035ff91c

View File

@@ -7,6 +7,7 @@ from dotenv import load_dotenv
def main():
copyright()
credits()
print("Viral Factory by Paillat-dev - paill.at - AGPLv3 License")
load_dotenv()
logging.basicConfig(level=logging.INFO)
init_db()