Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhxwl committed Oct 20, 2020
1 parent a671166 commit ee7c0d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ static void Main(string[] args)
});
}
Task.Factory.StartNew(()=> {
Auto();
while (true)
{
Auto();
Thread.Sleep(1000*60*60*1);
}
});
while (true)
{
Expand Down

0 comments on commit ee7c0d4

Please sign in to comment.