Browse Source

Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop

pull/584/head
Ruud 13 years ago
parent
commit
cdff4eb37d
  1. 2
      couchpotato/core/_base/updater/main.py

2
couchpotato/core/_base/updater/main.py

@ -112,7 +112,7 @@ class BaseUpdater(Plugin):
repo_user = 'RuudBurger'
repo_name = 'CouchPotatoServer'
branch = 'master'
branch = 'develop'
version = None
update_failed = False

Loading…
Cancel
Save