Skip to content

Commit

Permalink
Remove --toml flag
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 25, 2025
1 parent 67aa83c commit 0a28f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"request": "launch",
"module": "appdaemon",
"justMyCode": true,
"args": "-c /conf/ad_config/production --toml"
"args": "-c /conf/ad_config/production
},
]
}

0 comments on commit 0a28f81

Please sign in to comment.