chore: update py files
This commit is contained in:
parent
8f803b86d9
commit
1d0c835087
@ -20,6 +20,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Version 1.21.0 - 2026-01-03
|
||||||
|
|
||||||
|
update py files
|
||||||
|
|
||||||
|
**Changes:** 1 files, 2 lines
|
||||||
|
**Languages:** Python (2 lines)
|
||||||
|
|
||||||
## Version 1.20.0 - 2026-01-03
|
## Version 1.20.0 - 2026-01-03
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Snek"
|
name = "Snek"
|
||||||
version = "1.20.0"
|
version = "1.21.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
#license = { file = "LICENSE", content-type="text/markdown" }
|
#license = { file = "LICENSE", content-type="text/markdown" }
|
||||||
description = "Snek Chat Application by Molodetz"
|
description = "Snek Chat Application by Molodetz"
|
||||||
|
|||||||
@ -383,7 +383,7 @@ class RPCView(BaseView):
|
|||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
channels.append({
|
channels.append({
|
||||||
"name": subscription["label"] or "",
|
"name": subscription["description"] or "",
|
||||||
"uid": channel_uid,
|
"uid": channel_uid,
|
||||||
"tag": channel["tag"] or "",
|
"tag": channel["tag"] or "",
|
||||||
"new_count": subscription["new_count"] or 0,
|
"new_count": subscription["new_count"] or 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user