Skip to content

Commit a4bfb2c

Browse files
authored
tab -
1 parent 7dc3cd9 commit a4bfb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bald/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def __getitem__(self, item):
244244
headers = {'Accept': 'application/rdf+xml'}
245245
self.cache[item] = requests.get(item, headers=headers)
246246
except Exception:
247-
pass
247+
pass
248248
# then = datetime.datetime.utcnow()
249249
# print('{}s'.format((then-now).total_seconds()))
250250

0 commit comments

Comments
 (0)