aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-07 01:23:47 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-07 01:23:47 +0000
commite53391fc118544c831cf6616446995e068560707 (patch)
tree91c25db03b20306862680de8b8092b9cac7186ac
parentupdate (diff)
downloadseer-e53391fc118544c831cf6616446995e068560707.tar.gz
seer-e53391fc118544c831cf6616446995e068560707.zip
update
-rwxr-xr-xseer.py1
-rwxr-xr-xupdate_scripts.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/seer.py b/seer.py
index 9219495..7721f76 100755
--- a/seer.py
+++ b/seer.py
@@ -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