From dc282996ed387bc19f364e8effd10af8c0ac3582 Mon Sep 17 00:00:00 2001 From: Romain Lecat Date: Sat, 11 Jul 2020 23:23:42 +0200 Subject: [PATCH] Remove assert for bidirectional sync Not needed, as default path can be used in bidirectional sync as well. --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index 106f501..18743d3 100644 --- a/config.py +++ b/config.py @@ -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)