mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Fixed indentation in composing part of __main__
This commit is contained in:
parent
b2924168a9
commit
fe51f33981
1 changed files with 4 additions and 3 deletions
1
jrnl.py
1
jrnl.py
|
@ -212,6 +212,7 @@ if __name__ == "__main__":
|
|||
args.text = [raw_input("Compose Entry: ")]
|
||||
raw = " ".join(args.text).strip()
|
||||
journal.new_entry(raw, args.date)
|
||||
print journal
|
||||
journal.write()
|
||||
|
||||
else: # read mode
|
||||
|
|
Loading…
Add table
Reference in a new issue