This commit is contained in:
KatKatKateryna
2024-11-05 11:27:46 +00:00
parent d0a0d7efae
commit cc4a7f6d3a
-1
View File
@@ -310,7 +310,6 @@ def get_collection_items(
load_data = False
for item in request.params:
if item.lower() == 'speckleurl' and len(request.params[item])>40 and ('speckleurl=' + request.params[item]) in provider_def['data'].lower():
print(request.params)
load_data = True
break
if load_data is False: