Skip to content

Commit

Permalink
Small Formatting Change
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed May 28, 2015
1 parent af9dc9b commit 75a294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataserv/Farmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, btc_addr, last_seen=None, last_audit=None):
self.last_audit = last_audit

def __repr__(self):
return '<BTC Address %r>' % self.btc_addr
return '<Farmer BTC Address: %r>' % self.btc_addr

def validate(self):
# check if this is a valid BTC address or not
Expand Down

0 comments on commit 75a294d

Please sign in to comment.