mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
fixed copy() with put()
This commit is contained in:
parent
da5d98a344
commit
4f6128b39c
@ -137,7 +137,7 @@ class DropboxFileSystem(Vfs):
|
||||
except:
|
||||
#if we have an exception retry
|
||||
retry = True
|
||||
return self.copy(source,dest)
|
||||
return self.put(source,dest)
|
||||
else:
|
||||
return False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user