Skip to content

Commit

Permalink
Merge pull request #78 from zwimer/fix_vesion_display_bug_movie_deletarr
Browse files Browse the repository at this point in the history
Fix version bug
  • Loading branch information
Drazzilb08 authored Jan 12, 2024
2 parents a8d1c58 + 1ad1f47 commit c75f580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-scripts/movie_deletarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main():
log_level = config.log_level
logger.debug('*' * 40)
logger.debug(f'* {"movie_deletarr":^36} *')
logger.debug(f'* {"Script Version:":<2} {version:>20} *')
logger.debug(f'* {"Script Version:":<2} {script_version:>20} *')
logger.debug(f'* {"arrpy.py Version:":<2} {arrpy_py_version:>18} *')
logger.debug('*' * 40)
logger.debug('')
Expand Down

0 comments on commit c75f580

Please sign in to comment.