script/utils/export_chat_zoom.py
changeset 1542 82b5f22448f6
parent 1541 61423ca4e0af
child 1548 39186950a53e
--- 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 "<TweetExclude(id=%d)>" % (self.id)
 
 LDT_CONTENT_REST_API_PATH = "api/ldt/1.0/contents/"
 LDT_PROJECT_REST_API_PATH = "api/ldt/1.0/projects/"