Skip to content

Commit 32d90a9

Browse files
committed
Real time Traffic
1 parent 9ba60d2 commit 32d90a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Real Time Traffic/pure python code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_traffic_data(lat, lng):
1313
except requests.exceptions.RequestException as e:
1414
print(f"Error fetching traffic data: {e}")
1515
return None
16-
16+
1717
# Function to visualize traffic data on a map
1818
def visualize_traffic(data, lat, lng):
1919
# Create a map centered around the given GPS coordinates

0 commit comments

Comments
 (0)