mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
📄 Add credits print
This commit is contained in:
1
main.py
1
main.py
@@ -7,6 +7,7 @@ from dotenv import load_dotenv
|
|||||||
def main():
|
def main():
|
||||||
copyright()
|
copyright()
|
||||||
credits()
|
credits()
|
||||||
|
print("Viral Factory by Paillat-dev - paill.at - AGPLv3 License")
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
init_db()
|
init_db()
|
||||||
|
|||||||
Reference in New Issue
Block a user