Merge branch 'develop'

* develop:
  only change type_name when authenticate user is supplied
pull/48/head
James 7 years ago
commit 9d476288a0

@ -67,7 +67,8 @@ class Trakt:
processed = []
type_name = type_name.replace('{authenticate_user}', self._user_used_for_authentication(authenticate_user))
if authenticate_user:
type_name = type_name.replace('{authenticate_user}', self._user_used_for_authentication(authenticate_user))
try:
while True:

Loading…
Cancel
Save