Compare commits
2 Commits
809f1ebda5
...
7f68c0b2ab
Author | SHA1 | Date | |
---|---|---|---|
7f68c0b2ab | |||
cc3648c897 |
@ -1,5 +1,5 @@
|
|||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.2.16"
|
current_version = "1.2.17"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
|
@ -15,6 +15,7 @@ from ktvmanager.lib.checker import validate_account
|
|||||||
from typing import Tuple
|
from typing import Tuple
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
|
import base64
|
||||||
from cryptography.hazmat.primitives import serialization
|
from cryptography.hazmat.primitives import serialization
|
||||||
from cryptography.hazmat.primitives.asymmetric import ec
|
from cryptography.hazmat.primitives.asymmetric import ec
|
||||||
from pywebpush import webpush, WebPushException
|
from pywebpush import webpush, WebPushException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user