Actually run the tasks
🤦
This commit is contained in:
parent
b56d7cdb10
commit
78f78cb5ea
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ from .tasks import ALL_TASKS
|
|||
def main():
|
||||
for task in ALL_TASKS:
|
||||
print("Executing", task.__name__)
|
||||
task()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Reference in a new issue