diff --git a/main.py b/main.py index 6c1fa92..3a1e0dd 100644 --- a/main.py +++ b/main.py @@ -105,6 +105,7 @@ def process_gpx_files(tx: Connection): geog=f'POINT({point.latitude} {point.longitude})', speed=point.speed, elevation=point.elevation,),) + os.remove(filepath) def main():