From ff4f98c3cbc18e7e6f680f14afb4f5fdcb53b029 Mon Sep 17 00:00:00 2001 From: Mohak <58657728+Mohakk@users.noreply.github.com> Date: Sat, 5 Dec 2020 20:29:41 +0530 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8a4b987..4c57a37 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ MAX_CF_CONTEST_ID = 600 MAGIC_START_POINT = 17000 -handle='tacklemore' +handle='mohakkhowal' SOURCE_CODE_BEGIN = '
'
 SUBMISSION_URL = 'http://codeforces.com/contest/{ContestId}/submission/{SubmissionId}'