Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-23 11:24:23 +02:00
committed by GitHub
parent 239bed7d4d
commit 31efe469e5
+1 -1
View File
@@ -34,7 +34,7 @@ type ContactData struct {
var ( var (
currentData *ContactData currentData *ContactData
dataFile = "data/contacts.json" dataFile = "data/contacts.json"
xlsxFile = "TelefonniSeznamWeb.xlsx" xlsxFile = "/mnt/telefony/TelefonniSeznamWeb.xlsx"
) )
func startAutoReload() { func startAutoReload() {