Skip to content
Snippets Groups Projects
Commit 85ce7d6e authored by tonschnoer's avatar tonschnoer
Browse files

update

parent b9f71837
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@ public class Main {
public void scheduler(Timer timer) {
try {
System.out.println("Timer fired.");
_setUP();
TCPClient tc = new TCPClient();
tc.run();
......
......@@ -9,5 +9,5 @@ file=Tschernobyl.ts
[schedule]
hours=*
minutes=0/1
seconds=
\ No newline at end of file
minutes=*
seconds=0/30
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment