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):
|
||||
continue
|
||||
_updatePostSchedule(baseDir, account, httpd, maxScheduledPosts)
|
||||
break
|
||||
break
|
||||
|
||||
|
||||
def runPostScheduleWatchdog(projectVersion: str, httpd) -> None:
|
||||
|
|
Loading…
Reference in New Issue