mirror of https://gitlab.com/bashrc2/epicyon
Indentation of break
parent
1fba7b1b37
commit
74532ea529
|
@ -155,7 +155,7 @@ def runPostSchedule(baseDir: str, httpd, maxScheduledPosts: int):
|
||||||
if not os.path.isfile(scheduleIndexFilename):
|
if not os.path.isfile(scheduleIndexFilename):
|
||||||
continue
|
continue
|
||||||
_updatePostSchedule(baseDir, account, httpd, maxScheduledPosts)
|
_updatePostSchedule(baseDir, account, httpd, maxScheduledPosts)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
||||||
def runPostScheduleWatchdog(projectVersion: str, httpd) -> None:
|
def runPostScheduleWatchdog(projectVersion: str, httpd) -> None:
|
||||||
|
|
Loading…
Reference in New Issue