migration related
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user