git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f52861a
)
Shop for ships without aliases.
author
CMDR furrycat
<elite@furrycat.net>
Mon, 10 Apr 2017 15:32:50 +0000
(16:32 +0100)
committer
CMDR furrycat
<elite@furrycat.net>
Mon, 10 Apr 2017 15:32:50 +0000
(16:32 +0100)
plugin/shopping/shopping.py
patch
|
blob
|
history
diff --git
a/plugin/shopping/shopping.py
b/plugin/shopping/shopping.py
index
76d3953
..
477436d
100644
(file)
--- a/
plugin/shopping/shopping.py
+++ b/
plugin/shopping/shopping.py
@@
-235,9
+235,9
@@
class Shopping(object):
continue
if name.lower() not in [alias.lower() for alias in ship['aliases']]:
continue
-
ship['search'] = name
-
ships.append(ship)
-
break
+ ship['search'] = name
+ ships.append(ship)
+ break
return ships
@asyncio.coroutine