Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol098 committed Aug 22, 2020
1 parent 69db1a4 commit 5e1d575
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.py
Expand Up @@ -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'''
Expand Down

0 comments on commit 5e1d575

Please sign in to comment.