diff --git a/pytahoe/__init__.py b/pytahoe/__init__.py index 1d5ed5e..09fb72a 100644 --- a/pytahoe/__init__.py +++ b/pytahoe/__init__.py @@ -45,6 +45,9 @@ class Filesystem: self.url = url self.start_date = time.time() - data['stats']['node.uptime'] + def __repr__(self): + return "" % self.url + def standard_request(self, destination, data=None): return self.do_json_request("/%s?t=json" % destination, data)