Skip to content

Commit

Permalink
add update provider
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianJay committed Dec 11, 2024
1 parent 5595cfb commit 4ed5841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ def get_formated_info(route_key):
info = asyncio.run(taiwanbus.get_complete_bus_info(route_key))
return taiwanbus.format_bus_info(info)

def provider(provider):
taiwanbus.update_provider(provider)

0 comments on commit 4ed5841

Please sign in to comment.