poeml / mirrorbrain

MirrorBrain
http://mirrorbrain.org/
Other
75 stars 37 forks source link

mirrorprobe broken / crashes in current git version #159

Open poempelfox opened 9 years ago

poempelfox commented 9 years ago

mirrorprobe crashes in the current git version:

$ /usr/bin/mirrorprobe
Traceback (most recent call last):
  File "/usr/bin/mirrorprobe", line 373, in <module>
    main()
  File "/usr/bin/mirrorprobe", line 269, in main
    debug = (options.loglevel == 'DEBUG'))
TypeError: __init__() takes at least 3 arguments (3 given)

That is because mb.conn.Conn now requires a "version" argument.