modify-station: Add notes for improvement.

This commit is contained in:
Ben Greear
2022-02-02 06:45:01 -08:00
committed by shivam
parent 03eeb6fc33
commit c9889e1444
2 changed files with 5 additions and 0 deletions

View File

@@ -154,6 +154,8 @@ def main():
_debug_on=args.debug)
modify_station.set_station()
# TODO: Check return code and exit accordingly
if __name__ == "__main__":
main()