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 { ...@@ -32,6 +32,8 @@ public class Main {
public void scheduler(Timer timer) { public void scheduler(Timer timer) {
try { try {
System.out.println("Timer fired."); System.out.println("Timer fired.");
_setUP();
TCPClient tc = new TCPClient(); TCPClient tc = new TCPClient();
tc.run(); tc.run();
......
...@@ -9,5 +9,5 @@ file=Tschernobyl.ts ...@@ -9,5 +9,5 @@ file=Tschernobyl.ts
[schedule] [schedule]
hours=* hours=*
minutes=0/1 minutes=*
seconds= seconds=0/30
\ No newline at end of file \ 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