settings: Challenge can never ends

This commit is contained in:
nemunaire 2023-05-12 14:53:15 +02:00
commit aad95f1e53
12 changed files with 36 additions and 22 deletions

View file

@ -12,7 +12,7 @@ var startedFile = "started"
var touchTimer *time.Timer = nil
var challengeStart time.Time
var challengeEnd time.Time
var challengeEnd *time.Time
func touchStartedFile() {
if fd, err := os.Create(startedFile); err == nil {