diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-07 01:23:47 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-07 01:23:47 +0000 |
commit | e53391fc118544c831cf6616446995e068560707 (patch) | |
tree | 91c25db03b20306862680de8b8092b9cac7186ac | |
parent | update (diff) | |
download | seer-e53391fc118544c831cf6616446995e068560707.tar.gz seer-e53391fc118544c831cf6616446995e068560707.zip |
update
-rwxr-xr-x | seer.py | 1 | ||||
-rwxr-xr-x | update_scripts.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -65,7 +65,6 @@ def g_drive_up(file_path, file_name, file_type, to_folder): for file in parent_dir.get("files", []): print(file.get("name") + "---" + file.get("id")) folder_id = file.get("id") - #folder_id = "1FzAIXooboNvnAj4km5ujNporZp-ivro5" body = {'name': TITLE, 'description': DESCRIPTION, 'parents': [folder_id]} new_file = drive_service.files().create(body=body, media_body=media_body, fields="id").execute() print(new_file.get("id")) diff --git a/update_scripts.sh b/update_scripts.sh new file mode 100755 index 0000000..bc284c3 --- /dev/null +++ b/update_scripts.sh @@ -0,0 +1,2 @@ +#!/usr/bin/sh +"./seer.py" -- --pysrcupdate ./cnn.py ./lstm.py ./marionette ./tfann.py |