Skip to content

Commit

Permalink
Допуск снижен на 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeportus committed Sep 27, 2021
1 parent 4593dc2 commit a827846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RASPIS.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def GetRaspis(command): # 0 - запрос на расписание дня, 1
timePushPar = ((9, 15), (11, 5), (12, 55), (15, 10), (17, 0))


def check(nowtime, checkedtime, dopusk=2, dopuskLast=60):
def check(nowtime, checkedtime, dopusk=1, dopuskLast=60):
lastDataTime = getlast()

deltaNowPush = max(nowtime, checkedtime) - min(nowtime, checkedtime)
Expand Down

0 comments on commit a827846

Please sign in to comment.