Test upload path correction
This commit is contained in:
parent
1ee5601f10
commit
e67db04f14
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def test():
|
||||||
print(files)
|
print(files)
|
||||||
|
|
||||||
#upload file
|
#upload file
|
||||||
print(m.upload('tests/test.py'))
|
print(m.upload('test.py'))
|
||||||
|
|
||||||
#download file from url
|
#download file from url
|
||||||
m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc')
|
m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc')
|
||||||
|
|
Loading…
Reference in a new issue