Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jul 28, 2023
1 parent 76174f5 commit bef84ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naruno/lib/backup/naruno_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from naruno.lib.log import get_logger
from naruno.lib.settings_system import save_settings, temp_json, the_settings
from naruno.config import WALLETS_PATH
from naruno.wallet.save_wallet_list import save_to_wallet_list
from naruno.wallet.save_wallet_list import save_wallet_list

logger = get_logger("LIB")

Expand Down

0 comments on commit bef84ed

Please sign in to comment.