Update SubtitleTranslate - lingva.as

This commit is contained in:
Namhyeon Go 2022-10-16 05:13:43 +09:00 committed by GitHub
parent 05742fc834
commit 5ca01515ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,7 @@ string server_url;
string ServerLogin(string User, string Pass)
{
server_url = User;
if (server_url.empty()) server_url = "https://lingva.ml";
return "200 ok";
}