remove unnecessary split_at

This commit is contained in:
mampfes
2023-05-03 07:17:10 +02:00
parent 86b16e491f
commit 39c663e0ee
2 changed files with 1 additions and 3 deletions

View File

@@ -7,5 +7,4 @@ howto: |
test_cases:
Gornsdorf, August-Bebel Strasse 23:
url: "https://online-portal.za-sws.de/WasteManagementSuedwestsachsen/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=16459903001&AboID=80078&Fra=P;R;B;C;S;W;L"
verify_ssl: false
split_at: ", "
verify_ssl: false

View File

@@ -18,7 +18,6 @@ waste_collection_schedule:
sources:
- name: ics
args:
split_at: ', '
url: https://online-portal.za-sws.de/WasteManagementSuedwestsachsen/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=16459903001&AboID=80078&Fra=P;R;B;C;S;W;L
verify_ssl: false
```