Skip to content

Commit

Permalink
class ActiveBroker don't attribute url, use url of class Broker (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng authored and merlimat committed Oct 28, 2018
1 parent d9e7c92 commit dc397b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/django/stats/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ActiveBroker(Model):
timestamp = BigIntegerField(db_index=True)

def __str__(self):
return self.url
return self.broker.url

@python_2_unicode_compatible
class Property(Model):
Expand Down

0 comments on commit dc397b0

Please sign in to comment.