Skip to content

Commit 2a040a2

Browse files
committed
Made files get checked before loading more utils
1 parent ab4d789 commit 2a040a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

checker.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
import os
33
import signal
44

5+
from utils import files
6+
7+
files.check_files()
8+
59
from utils import webhooks as webhook
610
from utils import checker
7-
from utils import files
811
from utils import console
912
from utils import config
1013

0 commit comments

Comments
 (0)