pyseaweed icon indicating copy to clipboard operation
pyseaweed copied to clipboard

Class to simplify communication with WeedFS

Results 1 pyseaweed issues
Sort by recently updated
recently updated
newest added

Line 179 of the seaweed.py file is: data = json.loads(self.conn.get_data(url)) However, if the master is in a state where no writable volumes are available, this results in the self.conn.get_data(url) returning...