This commit is contained in:
Tomas Dvorak
2025-05-30 08:31:26 +02:00
parent e06d17a9a0
commit 36063224f9
+1 -1
View File
@@ -34,7 +34,7 @@ type ContactData struct {
var (
currentData *ContactData
dataFile = "data/contacts.json"
xlsxFile = "/mnt/telefony/TelefonniSeznamWeb.xlsx"
xlsxFile = "TelefonniSeznamWeb.xlsx"
)
func startAutoReload() {