Libraries refactor and add some sinks #4

Closed
m wants to merge 136 commits from library-refactor into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 50e114cf90 - Show all commits

View File

@ -108,6 +108,8 @@ class Agora(object):
Post new trades to IRC and cache trades for the future. Post new trades to IRC and cache trades for the future.
""" """
current_trades = [] current_trades = []
if not dash:
return
if not dash.items(): if not dash.items():
return return
for contact_id, contact in dash.items(): for contact_id, contact in dash.items():