mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2024-08-30 16:52:18 +00:00
update type hint
This commit is contained in:
parent
76b9adc71c
commit
f16f3978d4
@ -22,7 +22,7 @@ shared_key_data = "kjfdlskfhiuewhfk947368"
|
||||
server_key_file = "/etc/ssh/ssh_host_rsa_key.pub"
|
||||
subscription_file = "/etc/subscription"
|
||||
|
||||
def get_timestamp():
|
||||
def get_timestamp() -> int:
|
||||
return int(time.time())
|
||||
|
||||
# perl's md5_base64 implementation
|
||||
|
Loading…
Reference in New Issue
Block a user