remove the MenuSeparator from the context

This commit is contained in:
2024-12-18 21:49:42 +03:00
parent 7aea2af9a1
commit 17ba6a06ba
4 changed files with 0 additions and 4 deletions

View File

@@ -56,7 +56,6 @@ func main() {
ctx := context.Background()
ctx = context.WithValue(ctx, "Database", database)
ctx = context.WithValue(ctx, "MenuSeparator", menuSeparator)
pfp := path.Join(scriptDir, "pp.csv")
cfg := engine.Config{