From 963de3b17a739abdf041ab736bc7566468e7bb69 Mon Sep 17 00:00:00 2001 From: Simon <65854503+StopmotionSimonYT@users.noreply.github.com> Date: Sat, 30 Jul 2022 23:38:33 +0200 Subject: [PATCH] Delete id.py --- id.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 id.py diff --git a/id.py b/id.py deleted file mode 100644 index c66d77a..0000000 --- a/id.py +++ /dev/null @@ -1,10 +0,0 @@ -import re -from utils.console import print_substep - -def id(reddit_obj: dict): - """ - This function takes a reddit object and returns the post id - """ - id = re.sub(r"[^\w\s-]", "", reddit_obj["thread_id"]) - print_substep(f"Thread ID is {id}", style="bold blue") - return id \ No newline at end of file