events: don't import event stuff in main for non-chat

pull/22/head
justcool393 2022-11-29 13:39:49 -06:00
parent de01a8d3ea
commit 399d158101
1 changed files with 1 additions and 1 deletions

View File

@ -86,8 +86,8 @@ elif app.config['SERVICE'] == Service.CHAT:
from files.routes.chat import *
if FEATURES['HOLIDAY_EVENT']:
from files.events import *
if app.config['SERVICE'] == Service.RDRAMA:
from files.events import *
event_init()
stdout.flush()