From 3e8a780ad493e26161ef79e65c7fefb0bee3c823 Mon Sep 17 00:00:00 2001 From: Didas72 Date: Sun, 23 Feb 2025 23:32:37 +0000 Subject: [PATCH] Removed accidental call to PICable --- PICable.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/PICable.py b/PICable.py index 143d16d..53c843a 100644 --- a/PICable.py +++ b/PICable.py @@ -116,5 +116,3 @@ def PICable(owner, repository, token): res += f"The repository {repository_url} is almost PICable. There are certain requirements which are almost met by this repository. Consult with a professor before proceeding. :warning:\n" return res - -print(PICable("Enzo-Nunes", "SkyForge", "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")) \ No newline at end of file