Compare commits
2 Commits
d91440aded
...
776d95f8cd
| Author | SHA1 | Date | |
|---|---|---|---|
|
776d95f8cd
|
|||
|
b5281b393c
|
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pyvtt"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "Python Voice to Text + LLMA"
|
||||
authors = [{ name = "Max P.", email = "Mail@MPassarello.de" }]
|
||||
license = { text = "MIT" }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import socket
|
||||
import sys
|
||||
import argparse
|
||||
from src.pyvtt.configuration import read_configurations
|
||||
from pyvtt.configuration import read_configurations
|
||||
|
||||
CONFIGURATION = read_configurations()
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import requests
|
||||
from PyQt5.QtWidgets import QApplication, QSystemTrayIcon, QMenu, QAction
|
||||
from PyQt5.QtGui import QIcon
|
||||
from PyQt5.QtCore import QThread, pyqtSignal
|
||||
from src.pyvtt.configuration import read_configurations
|
||||
from pyvtt.configuration import read_configurations
|
||||
from pyvtt.notify import notify, play_sound
|
||||
|
||||
CONFIGURATION = read_configurations()
|
||||
|
||||
Reference in New Issue
Block a user