Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellowlol committed Mar 27, 2018
1 parent 8d17572 commit 1014c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bw_plex/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def process_to_db(media, theme=None, vid=None, start=None, end=None, ffmpeg_end=
@click.option('--url', default=None, help='url to the server you want to monitor')
@click.option('--token', '-t', default=None, help='plex-x-token')
@click.option('--config', '-c', default=None, help='Not in use atm.')
@clic.option('--verify_ssl', '-vs', default=None, help='Enable this to allow insecure connections to PMS')
@click.option('--verify_ssl', '-vs', default=None, help='Enable this to allow insecure connections to PMS')
def cli(debug, username, password, servername, url, token, config):
""" Entry point for the CLI."""
global PMS
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ html5lib
opencv-contrib-python
pytesseract
pocketsphinx
speech_recognition
SpeechRecognition

# Any more i have forgotten?
# just pip until your have fixed the errors xD
Expand Down

0 comments on commit 1014c9c

Please sign in to comment.