From ce304afe21f9cd0b88d0e40d598938b3e7f8c67b Mon Sep 17 00:00:00 2001 From: DR4G0N5 <63049672+Malam-X@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:23:37 +0000 Subject: [PATCH] Change API --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 95577d8..aa9467f 100644 --- a/main.py +++ b/main.py @@ -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'])