From 7fb52ba55e85fcf6b00e0a1cb135d959e81bb146 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Dec 2020 08:48:41 -0500 Subject: [PATCH] test --- origin/origin_channels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/origin/origin_channels.py b/origin/origin_channels.py index 0302dfd..5f8b41f 100644 --- a/origin/origin_channels.py +++ b/origin/origin_channels.py @@ -16,6 +16,7 @@ class OriginChannels(): print(unfiltered_chan_json[0]) print(len(unfiltered_chan_json)) + filtered_chan_json = unfiltered_chan_json.copy() for filter in ["country"]: filterconf = self.fhdhr.config.dict["origin"]["filter_%s" % filter]