Change client agent version to rolling

main
Natan Junges 2023-04-20 16:43:05 -03:00 committed by GitHub
parent 1895e38e79
commit 00248b89bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import json
import os.path
class SettingsManager:
CLIENT_AGENT = "Stable Horde for Web UI:beta:natanjunges"
CLIENT_AGENT = "Stable Horde for Web UI:rolling:natanjunges"
settings_file = os.path.join(scripts.basedir(), "settings.json")
def reset_settings(self):