Support file downloading in Python codegen.

This commit is contained in:
geekerzp
2015-06-29 17:08:03 +08:00
parent 80303b524d
commit 6df6c079ee
8 changed files with 100 additions and 25 deletions

View File

@@ -41,4 +41,5 @@ api_key_prefix = {}
username = ''
password = ''
# Temp foloder for file download
temp_folder_path = None