🐛 i'm quite stupid isn't it ?
Some checks are pending
GTFS Route Modification / modify_routes (push) Waiting to run
Some checks are pending
GTFS Route Modification / modify_routes (push) Waiting to run
This commit is contained in:
parent
83193a4adb
commit
aacca21472
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def modify_routes(gtfs_file, routes, output_file=None):
|
|||
logging.info(f"Done!")
|
||||
|
||||
|
||||
if __name__ == "main":
|
||||
if __name__ == "__main__":
|
||||
gtfs_file = sys.argv[1]
|
||||
routes = sys.argv[2]
|
||||
output_file = sys.argv[3]
|
||||
|
|
Loading…
Reference in a new issue