Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-23 12:14:50 +02:00
committed by GitHub
parent 0348365b92
commit 95a4523f50
2 changed files with 10 additions and 22 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() {