fix accidental local overwrite
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-08-30 11:49:52 +03:00
parent d7e105d986
commit c7ba0479ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
Запуск из корня проекта:
python tools/ops/genkey.py
"""
import secrets
import secrets
if __name__ == "__main__":
print(secrets.token_hex(32))