Changeset - fa77922d3ae3
[Not reviewed]
Merge default
0 2 0
Dennis Fink - 9 years ago 2016-05-16 17:30:34
dennis.fink@c3l.lu
Merge hotfix-update-flags
2 files changed with 8 insertions and 5 deletions:
0 comments (0 inline, 0 general)
ennstatus/api/model.py
Show inline comments
 
@@ -255,10 +255,13 @@ class Server:
 
        except:
 
            raise NotImplementedError
 

	
 
        if data is not None:
 
            self.flags = data.relays[0].flags
 
        else:
 
            raise NotImplementedError
 
        try:
 
            if data is not None:
 
                self.flags = data.relays[0].flags
 
            else:
 
                raise NotImplementedError
 
        except IndexError as e:
 
            raise NotImplementedError from e
 

	
 
    def check_status(self):
 

	
setup.py
Show inline comments
 
@@ -11,7 +11,7 @@ def _get_requirements():
 

	
 

	
 
setup(name='Ennstatus',
 
      version='5.4.6',
 
      version='5.4.7',
 
      description=('Ennstatus provides the user with vital information about '
 
                   'the status of the organizations Tor servers.'),
 
      author='Frënn vun der Ënn',
0 comments (0 inline, 0 general)