diff --git a/traktarr.py b/traktarr.py index f87eeff..b025dc4 100755 --- a/traktarr.py +++ b/traktarr.py @@ -57,7 +57,7 @@ def app(config, logfile): # Trakt OAuth ############################################################ -@app.command(help='Authenticate Traktrarr to index your personal lists') +@app.command(help='Authenticate Traktarr to index your personal lists') def trakt_authentication(): from media.trakt import Trakt trakt = Trakt(cfg)