diff options
Diffstat (limited to 'teawie_bot/apis/guzzle.py')
| -rw-r--r-- | teawie_bot/apis/guzzle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teawie_bot/apis/guzzle.py b/teawie_bot/apis/guzzle.py index 7599606..d307ddd 100644 --- a/teawie_bot/apis/guzzle.py +++ b/teawie_bot/apis/guzzle.py @@ -1,6 +1,6 @@ import requests -GUZZLE: str = "https://guzzle.gay/api" +GUZZLE: str = "http://198.199.68.30" def get_random_teawie() -> str: |
