Finish implementation and tests for the cheat system #3
|
@ -108,6 +108,8 @@ class Agora(object):
|
|||
Post new trades to IRC and cache trades for the future.
|
||||
"""
|
||||
current_trades = []
|
||||
if not dash:
|
||||
return
|
||||
if not dash.items():
|
||||
return
|
||||
for contact_id, contact in dash.items():
|
||||
|
|
Loading…
Reference in New Issue