Remove backend for do() calls
This commit is contained in:
parent
40a8bc0ce1
commit
628c63f899
33 changed files with 112 additions and 113 deletions
|
|
@ -39,5 +39,5 @@ class Geolooc(ReplApplication):
|
|||
print('Syntax: %s ipaddr' % argv[0], file=self.stderr)
|
||||
return 2
|
||||
|
||||
for backend, location in self.do('get_location', argv[1]):
|
||||
for location in self.do('get_location', argv[1]):
|
||||
self.format(location)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue