add script to build binary localy

This commit is contained in:
mungai-njoroge
2023-11-01 23:48:56 +03:00
parent 2321288be0
commit 9c0d4e91de
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -43,3 +43,5 @@ def check_lyrics():
if exists:
return {"filepath": filepath}, 200
return {"filepath": None}