We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f00e4 commit 0ec2309Copy full SHA for 0ec2309
collect.py
@@ -392,17 +392,10 @@ def _parse_spec(
392
"./a/section/footer[@class='meta-footer']//div[@class='meta-footer__column']//p[@class='meta-footer__row']",
393
)
394
logging.debug(f"parsing (vsc) spec creates_updates:{creates_updates}")
395
- last_git_commit = datetime.datetime.strptime(
396
- creates_updates[1]
397
- .find_element(By.XPATH, "./b/time")
398
- .get_attribute("datetime"),
399
- "%Y-%m-%dT%H:%M:%S.%fZ",
400
- )
401
- logging.debug(f"parsing (vsc) spec last_git_commit:{last_git_commit}")
402
return ColorSpec(
403
handle,
404
github_stars,
405
- last_git_commit=last_git_commit,
+ last_git_commit=None,
406
priority=0,
407
source=source,
408
0 commit comments