migration related

This commit is contained in:
codey 2025-03-14 10:47:46 -04:00
parent 3bb1ea8ccc
commit 8922602543
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class Havoc(bridge.Bot):
importlib.reload(api)
from api import API
api_config = hypercorn.config.Config()
api_config.bind = ["10.10.10.100:5992"]
api_config.bind = ["127.0.0.1:5992"]
api_instance = api.API(self)
try:
self.fapi_task.cancel()

View File

@ -9,7 +9,7 @@ from typing import Optional, Union
class Utility:
"""Sing Utility"""
def __init__(self) -> None:
self.api_url: str = "http://10.10.10.100:52111/lyric/search"
self.api_url: str = "http://127.0.0.1:52111/lyric/search"
self.api_src: str = "DISC-HAVOC"
def parse_song_input(self, song: Optional[str] = None,