~kota/yt-channel-watcher

0e1bb98bdff662644170b42be602c4768ea774fd — Dakota Walsh 5 months ago 5acbb80 main
change default storage path
1 files changed, 1 insertions(+), 1 deletions(-)

M main.go
M main.go => main.go +1 -1
@@ 34,7 34,7 @@ func main() {
	)
	videoPath := flag.String(
		"vids",
		"/var/www/fog/vids",
		"/var/fog/vids",
		"Path to video folder",
	)
	flag.Parse()