This repository has been archived on 2020-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
statuspage/app/run_tasks.py

7 lines
93 B
Python
Raw Normal View History

2020-08-11 15:02:42 +02:00
from .tasks import api, metrics
import time
if __name__ == '__main__':
metrics()
# api()