chore(release): 0.2.0 #8

Merged
pufereq merged 47 commits from release/0.2.0 into main 2025-08-26 17:58:45 +00:00
19 changed files with 371 additions and 235 deletions
Showing only changes of commit a494b606a5 - Show all commits

View File

@@ -28,6 +28,9 @@ class JudasWebServer:
)
self.app.secret_key = secret_key
self.app.config["WEB_SERVER"] = self
self.app.config["BACKEND"] = self.backend
# hard-code password
self.app.config["PASSWORD"] = "123"