Skip to content

Commit 626bca6

Browse files
committed
Fixed the issue where user_objects module wasn't imported
1 parent b17c6c1 commit 626bca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/sockets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from flask_socketio import SocketIO, emit, join_room, rooms, disconnect
1818
import core.stats
1919
import core.user
20-
from user_objects import attacks_hook_message
20+
from core.user_objects import attacks_hook_message
2121
from core.utils import utils
2222
from core.db import Database
2323
import sys

0 commit comments

Comments
 (0)