summaryrefslogtreecommitdiff
path: root/teawie_bot/apis/guzzle.py
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-28 03:31:18 -0400
committerseth <[email protected]>2023-03-28 03:31:18 -0400
commit147d14673335511ada6473ece253af7ffd17a887 (patch)
tree88139bf8facf5cce98793af08900123abad038c3 /teawie_bot/apis/guzzle.py
parent4edadb0888a34845f9d7b5fbfe0047638e52d2cf (diff)
update guzzle_api url
Diffstat (limited to 'teawie_bot/apis/guzzle.py')
-rw-r--r--teawie_bot/apis/guzzle.py2
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: