diff -r 61423ca4e0af -r 82b5f22448f6 script/utils/export_chat_zoom.py --- a/script/utils/export_chat_zoom.py Wed Jan 13 10:40:41 2021 +0100 +++ b/script/utils/export_chat_zoom.py Wed Sep 29 11:03:46 2021 +0200 @@ -18,12 +18,6 @@ from iri_tweet.utils import get_logger, set_logging, set_logging_options from lxml import etree -#class TweetExclude(object): -# def __init__(self, id): -# self.id = id -# -# def __repr__(self): -# return "" % (self.id) LDT_CONTENT_REST_API_PATH = "api/ldt/1.0/contents/" LDT_PROJECT_REST_API_PATH = "api/ldt/1.0/projects/"