Skip to content

Commit

Permalink
fuck, frogress domain typo
Browse files Browse the repository at this point in the history
  • Loading branch information
em-eight authored and riidefi committed Feb 1, 2024
1 parent 772d8bf commit b05c1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkwutil/progress/percent_decompiled.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def print(self):

def post_frogress(self, api_key: str):
import requests
url = "https://progress.deco.club/data/mkw/pal/"
url = "https://progress.decomp.club/data/mkw/pal/"
headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
dol_metrics = {
"code": self.dol_decomp_code,
Expand Down

0 comments on commit b05c1f7

Please sign in to comment.