openSUSE / mirrorbrain

MirrorBrain
http://mirrorbrain.org/
Other
26 stars 17 forks source link

geoiplookup_continent does not work #62

Open pjessen opened 3 years ago

pjessen commented 3 years ago

Line 141:

if script_name == 'geoiplookup_contintent':
  print(mb_host.country_code())

I believe this ought to be:

if script_name == 'geoiplookup_continent':
  print(mb_host.region_code())

See also https://progress.opensuse.org/issues/90176

ott commented 2 years ago

@pjessen Can you open a pull request for this change? Issues are not the appropriate place for this.

pjessen commented 2 years ago

As we are not using mirrorbrain anymore, isn't this another case of "won't fix" ?