clementruhm commited on
Commit
94e4bbe
·
1 Parent(s): b4145ab

vc_service_request.py: fix create_signature signature

Browse files
Files changed (1) hide show
  1. vc_service_request.py +1 -1
vc_service_request.py CHANGED
@@ -41,7 +41,7 @@ def prepare_audio(audio: Tuple[int, np.ndarray]) -> np.ndarray:
41
  return wav
42
 
43
 
44
- def create_signature(api_secret: str) -> str:
45
  """
46
  helper function that creates signature,
47
  required to authentificate the request
 
41
  return wav
42
 
43
 
44
+ def create_signature() -> str:
45
  """
46
  helper function that creates signature,
47
  required to authentificate the request