We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674503d commit 467b8e2Copy full SHA for 467b8e2
generateApiKey/__init__.py
@@ -11,7 +11,7 @@
11
from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
12
13
14
-def generateApiKey(
+async def generateApiKey(
15
secret: str,
16
seed: str,
17
include: str = None,
0 commit comments