From 5f7358be06e2da58044e07e094b9b522a65f4b56 Mon Sep 17 00:00:00 2001 From: PinLin Date: Tue, 8 Aug 2017 16:36:58 +0800 Subject: [PATCH] remove debug config --- config.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config.py b/config.py index bf407c7..a5e3cae 100644 --- a/config.py +++ b/config.py @@ -1,8 +1,4 @@ # kCOJ_bot TOKEN = "" # kCOJ -URL = "http://140.124.184.228:8080/Exam" # The Great kCOJ -# debug config -DEBUG_ID = "" -DEBUG_USER = "" -DEBUG_PSWD = "" \ No newline at end of file +URL = "http://140.124.184.228:8080/Exam" # The Great kCOJ \ No newline at end of file