Fixed indentation in composing part of __main__

This commit is contained in:
Manuel Ebert 2012-04-05 12:05:15 +02:00
parent b2924168a9
commit fe51f33981

View file

@ -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