summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--worker/JOJWorker.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/worker/JOJWorker.py b/worker/JOJWorker.py
index 3724b7c..fd7566d 100644
--- a/worker/JOJWorker.py
+++ b/worker/JOJWorker.py
@@ -175,12 +175,3 @@ class JOJWorker():
problemID)]
res[name] = {"jojComment": comments}
return res
-
-
-if __name__ == "__main__":
- from settings import *
- res = JOJWorker(JOJ_COURSE_ID,
- SID).getProblemResult("5f66161a91df0600062ff7aa",
- "5f6614eb91df0600062ff7a7",
- "ex2.zip", "matlab")
- print(res) \ No newline at end of file