Skip to content

Commit a6c1364

Browse files
fix build season start time
1 parent cfd9a8e commit a6c1364

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ioServ.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ def loadOpts():
2727
def generateDefaultOpts():
2828
print('generated opts')
2929
fileString = """
30-
3130
ioForm : %H:%M:%S %d.%m.%Y
3231
pathTime : ./times/
3332
autoClockOut : 00:00:00
3433
autoClockLim : 04:30:00
3534
usernameFile : usernameFile.txt
3635
adminPass : 1234
3736
seasons : Build,Competition
38-
BuildStart : 10:30:00 06.01.2018
37+
BuildStart : 00:00:00 06.01.2018
3938
BuildLeave : 23:59:59 20.02.2018
4039
BuildHrs/Wk : 8
4140
BuildHrsRqd : 54

0 commit comments

Comments
 (0)