Found via codespell
This commit is contained in:
luzpaz 2025-03-16 15:25:29 -04:00 committed by GitHub
parent a96fd23d72
commit 2ed603f288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 16 additions and 16 deletions

View file

@ -129,7 +129,7 @@ def main():
if args.quiet:
plexpy.QUIET = True
# Do an intial setup of the logger.
# Do an initial setup of the logger.
# Require verbose for pre-initilization to see critical errors
logger.initLogger(console=not plexpy.QUIET, log_dir=False, verbose=True)