diff options
Diffstat (limited to 'src/gtfs_perstop_report')
| -rw-r--r-- | src/gtfs_perstop_report/src/download.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtfs_perstop_report/src/download.py b/src/gtfs_perstop_report/src/download.py index 4d0c620..c924b6b 100644 --- a/src/gtfs_perstop_report/src/download.py +++ b/src/gtfs_perstop_report/src/download.py @@ -113,7 +113,7 @@ def download_feed_from_url( return None # Create a directory in the system temporary directory - temp_dir = tempfile.mkdtemp(prefix="gtfs_vigo_") + temp_dir = tempfile.mkdtemp(prefix="gtfs_feed_") # Create a temporary zip file in the temporary directory zip_filename = os.path.join(temp_dir, "gtfs_vigo.zip") |
