update script/pd I figured I did not want to print out the entry i just entered. puff
Prithu Goswami prithugoswami524@gmail.com
Sat, 14 Apr 2018 23:57:59 +0530
1 files changed,
1 insertions(+),
2 deletions(-)
jump to
M
scripts/pd
→
scripts/pd
@@ -26,5 +26,4 @@ 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) - print("\nEntry:\n\n{}".format(entry)) + fp.write(entry)