From 7a552beb15a91fb86ccd33c0d80a3a7f2aebd9b3 Mon Sep 17 00:00:00 2001 From: Anmol Pratap Singh Date: Tue, 15 Dec 2020 08:51:16 +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 c39f222..456f39d 100644 --- a/main.py +++ b/main.py @@ -467,7 +467,7 @@ def get_stats(github): def star_me(): - requests.put("https://api.github.com/user/starred/anmol098/anmolsingh.me", headers=headers) + requests.put("https://api.github.com/user/starred/anmol098/waka-readme-stats", headers=headers) def decode_readme(data: str):