Skip to content

Commit

Permalink
removing call to cache_retry function form __main__.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseward committed Apr 23, 2015
1 parent 2f83e0d commit 974a21a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/plex-scrobble.py
Expand Up @@ -129,5 +129,4 @@ def main(config):
key=config.get('plex-scrobble','session'),
mtime=time.ctime(os.path.getmtime(config.get('plex-scrobble','session'))) ))

c = cache_retry(config)
m = main(config)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup

NAME = 'plex-lastfm-scrobbler'
VERSION = '1.3.2'
VERSION = '1.3.3'

setup(
name = 'plex_scrobble',
Expand Down

0 comments on commit 974a21a

Please sign in to comment.