From b701cdac5ea8b14524015a52cf234ca4fe0a7b44 Mon Sep 17 00:00:00 2001 From: benne238 Date: Tue, 29 Jun 2021 12:27:10 -0400 Subject: [PATCH] Revert "add_intitial_message_headers function call from the parseSections function" This reverts commit e7e7687bf403c7870b2de2e978bcd4a4c2fb3f35. --- test.py | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index 1e0ef9d..0000000 --- a/test.py +++ /dev/null @@ -1,21 +0,0 @@ -import webqueue2api -import webqueue2api.parser -#import webqueue2api.parser.queue as queueueu -import json -import os - -if __name__ == "__main__": - webqueue2api.parser.config.queues_to_ignore = ["archives", "drafts", "inbox", "coral", "linux"] - queues = webqueue2api.load_queues() - #if "linux" not in queues: print("No linux") - for queue in queues: - for item in queue.items: - os.system('cls||clear') - item = webqueue2api.parser.Item(item.queue, item.number, False) - print(item.queue + str(item.number)) - print(json.dumps(item.content, indent=2)) - input() - - print(queues) - #for queue in queues: - #json.dumps(webqueue2api.Item("ce", 7).content, indent=2) \ No newline at end of file