renamed tra;py to tasks.py

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2020-06-10 17:46:40 +00:00
parent 7c2f058feb
commit 236c28c3be

View File

@ -105,7 +105,7 @@ def stop_metric():
def stop_pit():
pit_enable = False
"""
def main():
init()
@ -174,3 +174,4 @@ def main():
if(__name__ == "__main__"):
main()
"""