Remove assert for bidirectional sync

Not needed, as default path can be used in bidirectional sync as well.
pull/43/head
Romain Lecat 4 years ago committed by GitHub
parent 9fcf8cfd75
commit dc282996ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -524,7 +524,6 @@ if not content_id_key:
# if two way sync need instance A path and profile
if sync_bidirectionally:
assert instanceA_path
if not instanceB_profile_id and not instanceB_profile:
logger.error('profile_id or profile is required for *arr instance A if sync bidirectionally is enabled')
sys.exit(0)

Loading…
Cancel
Save