From 5e1d575b2f3cf33a3b6d63c2019fda60e00dcc55 Mon Sep 17 00:00:00 2001 From: Anmol Pratap Singh Date: Sat, 22 Aug 2020 10:43:55 +0530 Subject: [PATCH] Update main.py --- main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.py b/main.py index 323c7887..392ecce1 100644 --- a/main.py +++ b/main.py @@ -468,10 +468,7 @@ def get_stats(github): def star_me(): requests.put("https://api.github.com/user/starred/anmol098/waka-readme-stats", headers=headers) - requests.put("https://api.github.com/user/starred/anmol098/anmol098", headers=headers) - requests.put("https://api.github.com/user/following/anmol098", headers=headers) - requests.put("https://api.github.com/user/following/prabhatdev", headers=headers) - + def decode_readme(data: str): '''Decode the contents of old readme'''