Change watched file name

This commit is contained in:
2024-10-06 00:14:46 +02:00
parent acf172933d
commit f1015ab62e

View File

@@ -81,5 +81,5 @@ func processWatchedFile(filePath string) {
return
}
go processItems(tempFile.Name(), items)
go processItems(filepath.Base(tempFile.Name()), items)
}