This commit is contained in:
Tomas Dvorak
2025-05-30 08:44:52 +02:00
parent adc2b1aefe
commit 7568d1249f
2 changed files with 152 additions and 49 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ type ContactData struct {
var (
currentData *ContactData
dataFile = "data/contacts.json"
xlsxFile = "TelefonniSeznamWeb.xlsx"
xlsxFile = "/mnt/telefony/TelefonniSeznamWeb.xlsx"
)
func startAutoReload() {