git://git.nikiroo.be
/
fanfix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbfa93
)
e621: woopsie
author
Niki Roo
<niki@nikiroo.be>
Fri, 1 May 2020 11:00:42 +0000
(13:00 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Fri, 1 May 2020 11:00:42 +0000
(13:00 +0200)
supported/E621.java
patch
|
blob
|
blame
|
history
diff --git
a/supported/E621.java
b/supported/E621.java
index 2b7e54d862f242c5cad72fdd8a3b58aee7a6e80f..c3a261bd78af518da82b9b72c40eb088a2161026 100644
(file)
--- a/
supported/E621.java
+++ b/
supported/E621.java
@@
-184,7
+184,7
@@
class E621 extends BasicSupport {
if (source.getPort() != -1) {
base = base + ":" + source.getPort();
}
- source = new URL(base + "/po
st
s/" + poolNumber);
+ source = new URL(base + "/po
ol
s/" + poolNumber);
} catch (NumberFormatException e) {
// Not a simple ppol, skip
} catch (MalformedURLException e) {