Skip to content

Commit 440382e

Browse files
committed
fix: made the program run without any cli or gui on windows
1 parent 7036155 commit 440382e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![windows_subsystem = "windows"]
2+
13
use chrono::Local;
24
use scraper::{Html, Selector};
35
use std::env;

0 commit comments

Comments
 (0)