File transfer example

This commit is contained in:
Mark Qvist 2018-04-26 00:57:47 +02:00
parent 5d977e09fb
commit 6cb30d778d
1 changed files with 13 additions and 10 deletions

View File

@ -413,6 +413,7 @@ def download_concluded(resource):
global menu_mode, current_filename
saved_filename = current_filename
if resource.status == RNS.Resource.COMPLETE:
counter = 0
while os.path.isfile(saved_filename):
counter += 1
@ -425,6 +426,8 @@ def download_concluded(resource):
menu_mode = "download_concluded"
except:
menu_mode = "save_error"
else:
menu_mode = "download_concluded"
# A convenience function for clearing the screen