1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-23 09:57:23 +00:00

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

@ -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()
"""