diff options
| author | seth <[email protected]> | 2023-03-28 03:31:18 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-28 03:31:18 -0400 |
| commit | 147d14673335511ada6473ece253af7ffd17a887 (patch) | |
| tree | 88139bf8facf5cce98793af08900123abad038c3 /teawie_bot | |
| parent | 4edadb0888a34845f9d7b5fbfe0047638e52d2cf (diff) | |
update guzzle_api url
Diffstat (limited to 'teawie_bot')
| -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: |
