changed fixedsuspect expiry

This commit is contained in:
Arndt Brenschede 2018-09-01 12:39:55 +02:00
parent 2a8ceff2d9
commit 235f8242e7

View file

@ -102,7 +102,7 @@ public class SuspectManager extends Thread
}
File suspectFile = new File( "suspects/suspects_" + country + ".txt" );
if ( suspectFile.exists() )
if ( !suspectFile.exists() )
{
bw.write( "suspect file for country '" + country + "' not found\n" );
bw.write( "</body></html>\n" );