change wiki base
This commit is contained in:
parent
384bc445c2
commit
01b2b8de56
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ if ARGV.size() != 2
|
|||
exit(1)
|
||||
end
|
||||
|
||||
b = MediaWikiBot::WikiBot.new("http://www.entropia.de/wiki/")
|
||||
b = MediaWikiBot::WikiBot.new("http://entropia.de/wiki/")
|
||||
b.login(ARGV[0], ARGV[1])
|
||||
|
||||
body = ""
|
||||
|
|
Reference in a new issue