Debug the CI
This commit is contained in:
parent
d2be270ccb
commit
3dbe4ba4e9
4 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,9 @@ import binascii
|
|||
from Crypto.PublicKey import RSA
|
||||
from typing import Callable
|
||||
|
||||
KEY_DIR = 'config/'
|
||||
KEY_DIR = os.path.join(
|
||||
os.path.dirname(os.path.abspath(__file__)), '..', 'config'
|
||||
)
|
||||
|
||||
|
||||
def _new_key() -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue