Skip to content

Commit 4fc44a5

Browse files
committed
Fix missing import to read/write txt files
1 parent f292e03 commit 4fc44a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
from src.log import logger
5656
from src.ban_manager import ban_manager
5757
from utils.message_utils import send_split_message
58-
from utils.files_utils import read_json, write_json
58+
from utils.files_utils import read_json, write_json, read_file, write_file
5959
from utils.encryption_utils import UserDataEncryptor
6060
from utils.reminder_utils import check_reminders
6161
from utils.internet_utils import search_web, get_website_info, prepare_search_results

0 commit comments

Comments
 (0)