added server side search

This commit is contained in:
2025-05-02 19:55:28 +02:00
parent 3ee7fcab59
commit 78c958e8f5
2 changed files with 54 additions and 0 deletions
+2
View File
@@ -29,6 +29,8 @@ from flask import (
send_from_directory,
)
from waitress import serve
import media_search_functions
MAIN_BOT_ADDRESS = "http://192.168.1.191:5000"
MUSIC_TRACKER = "/prepped_tracks"