Skip to content

Commit

Permalink
Change API
Browse files Browse the repository at this point in the history
  • Loading branch information
Malam-X authored Aug 24, 2021
1 parent a23ba4e commit ce304af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def check(cls, bins):
def main(cls, x):
x = {
'author': 'DR4G0N5',
'url': 'https://bins-su-api.now.sh/api/'+x,
'url': 'https://bin-check-dr4g.herokuapp.com/api/'+x,
'version': '0.1.1'
}
req = requests.get(x['url'])
Expand Down

0 comments on commit ce304af

Please sign in to comment.