Skip to content

Commit

Permalink
Add key to request in visualisations
Browse files Browse the repository at this point in the history
  • Loading branch information
CianLR committed Apr 14, 2016
1 parent e16bdd9 commit 3117bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visualisations/all_topics/all_topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def main():
num_requested_topics = int(sys.argv[1])
gearman_client = gearman.GearmanClient(['localhost:4730'])
result = bson.BSON.decode(bson.BSON(gearman_client.submit_job('db-get', str(bson.BSON.encode({
'key': getenv('SECRETKEY'),
'database':'feedlark',
'collection':'user',
'query':{},
Expand Down

0 comments on commit 3117bc5

Please sign in to comment.