update script/pd - pd now starts the dropbox client so that syncing can take place
Prithu Goswami prithugoswami524@gmail.com
Mon, 16 Apr 2018 22:45:55 +0530
1 files changed,
3 insertions(+),
1 deletions(-)
jump to
M
scripts/pd
→
scripts/pd
@@ -26,4 +26,6 @@ time_string = dt.strftime('%I:%M %p')
date_and_time = '[' + date_string + ' | ' + time_string + ']' fp.write('\n\n\n===============================\n' + date_and_time + '\n') - fp.write(entry)+ fp.write(entry) + +subprocess.run(['dropbox', 'start'])