Site
Gitweb
Static
projects
/
eros.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11447c
)
Fix typo
author
Jakob Cornell
<jakob+gpg@jcornell.net>
Mon, 4 Apr 2022 15:39:24 +0000
(10:39 -0500)
committer
Jakob Cornell
<jakob+gpg@jcornell.net>
Mon, 4 Apr 2022 15:39:58 +0000
(10:39 -0500)
disk_jumble/src/disk_jumble/scrape.py
patch
|
blob
|
history
diff --git
a/disk_jumble/src/disk_jumble/scrape.py
b/disk_jumble/src/disk_jumble/scrape.py
index 6130ed388d21531a8264dafe8dc57134bf81c320..19542bc36c0fa0bcdb5bfee45603e47a65c5b332 100644
(file)
--- a/
disk_jumble/src/disk_jumble/scrape.py
+++ b/
disk_jumble/src/disk_jumble/scrape.py
@@
-134,7
+134,7
@@
if __name__ == "__main__":
print("[ERR] couldn't connect: {}".format(e), file = sys.stderr, flush = True)
else:
if isinstance(result, OkResult):
- assert set(result.data[b"files"].keys()) <= set(batch), "unexpected torrent in respose"
+ assert set(result.data[b"files"].keys()) <= set(batch), "unexpected torrent in respo
n
se"
infos = [
ScrapeInfo(
info_hash,