Indentation of break

main
Bob Mottram 2021-06-05 13:57:24 +01:00
parent 1fba7b1b37
commit 74532ea529
1 changed files with 1 additions and 1 deletions

View File

@ -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: