Named correctly, and fixed to work with Le Potato
This commit is contained in:
@@ -52,7 +52,7 @@ class AppConfig:
|
||||
if not token:
|
||||
token = secrets.token_hex(32)
|
||||
_update_config_field(p, "token", token)
|
||||
print(f"\n[sahsa-clock] Generated API bearer token (saved to config.toml):")
|
||||
print(f"\n[KH-clock] Generated API bearer token (saved to config.toml):")
|
||||
print(f" {token}\n")
|
||||
|
||||
return cls(
|
||||
|
||||
Reference in New Issue
Block a user