Cryptography -> crypto_utils rename #809

This commit is contained in:
jokob-sk
2024-09-27 12:21:42 +10:00
parent 081d0f3400
commit 40d6bdc2b2
3 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ from plugin_utils import get_plugins_configs, decode_and_rename_files
from logger import mylog
from const import pluginsPath, fullDbPath
from helper import timeNowTZ, get_setting_value
from cryptography import encrypt_data
from crypto_utils import encrypt_data
from notification import write_notification
import conf
from pytz import timezone