Skip to content

Commit b74264b

Browse files
authored
: 是非法字符,无法作为文件名
: 是非法字符,无法作为文件名
1 parent 448e528 commit b74264b

File tree

1 file changed

+1
-1
lines changed
  • webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples

1 file changed

+1
-1
lines changed

webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void main(String[] args) {
4848

4949
@Override
5050
public String key() {
51-
return author+":"+name;
51+
return author+"_"+name;
5252
}
5353

5454
public String getName() {

0 commit comments

Comments
 (0)