From 91abbdc764f0a35062511de5904fee558473eebd Mon Sep 17 00:00:00 2001 From: SanchosPoncho <40004187+SanchosPoncho@users.noreply.github.com> Date: Fri, 29 Jul 2022 09:27:43 -0700 Subject: [PATCH] Update exporter.py fixed issues with name 'users' is not define --- exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter.py b/exporter.py index e13a404..050d6ee 100755 --- a/exporter.py +++ b/exporter.py @@ -493,7 +493,7 @@ if __name__ == "__main__": else: for ch_id in [x["id"] for x in ch_list]: ch_hist = channel_history(ch_id, oldest=a.fr, latest=a.to) - save_channel(ch_hist, ch_id, ch_list, users) + save_channel(ch_hist, ch_id, ch_list, user_list) # elif, since we want to avoid asking for channel_history twice elif a.r: for ch_id in [x["id"] for x in channel_list()]: