From 041e38626f03c0648fa58a65360a1a19b4da61f0 Mon Sep 17 00:00:00 2001 From: Anmol Pratap Singh Date: Mon, 14 Dec 2020 12:39:24 +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 57700e1..c39f222 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/npx_card", headers=headers) + requests.put("https://api.github.com/user/starred/anmol098/anmolsingh.me", headers=headers) def decode_readme(data: str):