Compare commits
2 Commits
98fc0596d4
...
4e4389a03f
| Author | SHA1 | Date | |
|---|---|---|---|
|
4e4389a03f
|
|||
|
2c0cffe16a
|
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pyvtt"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
description = "Python Voice to Text + LLMA"
|
||||
authors = [{ name = "Max P.", email = "Mail@MPassarello.de" }]
|
||||
license = { text = "MIT" }
|
||||
|
||||
@@ -50,7 +50,7 @@ class WhisperWorker(QThread):
|
||||
if CURRENT_PRESET_LOCALE.mode == "journal":
|
||||
today = datetime.date.today().strftime("%Y.%m.%d")
|
||||
journal_path = os.path.join(CURENT_CONFIG_LOCALE.journal_path, f"{today} - {CURRENT_PRESET_LOCALE.journal_name}.md")
|
||||
now = datetime.datetime.now().strftime("%H:%M:%S")
|
||||
now = datetime.datetime.now().strftime("%H:%M")
|
||||
if not os.path.exists(journal_path):
|
||||
try:
|
||||
with open(journal_path, "w") as f:
|
||||
|
||||
Reference in New Issue
Block a user