Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
[FIX] small issues with renamer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZablah committed Dec 13, 2023
1 parent 67ce67c commit 643e587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/renamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
import re
import shutil

config = Config(script_name="renamer")
script_name = "renamer"
config = Config(script_name)
log_level = config.log_level
logger = setup_logger(config.log_level, "spp")
version(config.script_name, script_version, arrpy_py_version, logger, config)

Expand Down

0 comments on commit 643e587

Please sign in to comment.