Nothing to test up to now ...
This commit is contained in:
parent
dfe3543777
commit
fe2ce2b420
|
@ -32,7 +32,7 @@ def build_download_url(mid, tam=0):
|
|||
recording = "rec." + str(tam) + r"." + str(mid).zfill(3)
|
||||
url = os.path.join("//",env_ip,env_voicebox,"rec",recording)
|
||||
return url
|
||||
|
||||
|
||||
def download_speex_file(smb_url):
|
||||
smbclient.register_session(server=env_ip, username=env_user, password=env_pass, auth_protocol="ntlm")
|
||||
fd = smbclient.open_file(smb_url, mode="rb")
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
from .context import fritzab2matrix
|
||||
from context import fritzab2matrix as fab2m
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue