1
0
Fork 0

Delete main.py

This commit is contained in:
Eric Lay 2025-05-18 16:53:01 -05:00
parent a84a7f9bf6
commit f9fa76bbe5
1 changed files with 0 additions and 10 deletions

10
main.py
View File

@ -1,10 +0,0 @@
from irc_bot import bot
from web_app import appV3
from config import FLASK_PORT
# Do the damn deal
if __name__ == "__main__":
print("[MAIN] Starting IRC bot and web app locally...")
bot.connect()
bot.start()
appV3.run(host="0.0.0.0", port=FLASK_PORT)