Frontend created and rewritten a few times, with some backend fixes (#1)
The software is fully operational. Reviewed-on: #1
This commit is contained in:
3
cista/config.py
Executable file → Normal file
3
cista/config.py
Executable file → Normal file
@@ -21,7 +21,8 @@ class Config(msgspec.Struct):
|
||||
class User(msgspec.Struct, omit_defaults=True):
|
||||
privileged: bool = False
|
||||
hash: str = ""
|
||||
lastSeen: int = 0
|
||||
lastSeen: int = 0 # noqa: N815
|
||||
|
||||
|
||||
|
||||
class Link(msgspec.Struct, omit_defaults=True):
|
||||
|
||||
Reference in New Issue
Block a user