Skip to content

Commit

Permalink
Cryptography -> crypto_utils rename #809
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed Sep 27, 2024
1 parent 081d0f3 commit 40d6bdc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/plugins/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion server/plugin_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from logger import mylog
from const import pluginsPath, logPath, apiPath
from helper import timeNowTZ, updateState, get_file_content, write_file, get_setting, get_setting_value
from cryptography import decrypt_data
from crypto_utils import decrypt_data

module_name = 'Plugin utils'

Expand Down

0 comments on commit 40d6bdc

Please sign in to comment.