Merge branch 'develop'

* develop:
  only change type_name when authenticate user is supplied
pull/54/head
James 7 years ago
commit e634e9b72a

@ -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