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 4fbf02c60c
commit 507d6f6d95

View File

@ -105,7 +105,7 @@ def stop_metric():
def stop_pit(): def stop_pit():
pit_enable = False pit_enable = False
"""
def main(): def main():
init() init()
@ -173,4 +173,5 @@ def main():
print(cmds[1] + " is running") print(cmds[1] + " is running")
if(__name__ == "__main__"): if(__name__ == "__main__"):
main() main()
"""