Changeset - 2bd2c02967d9
[Not reviewed]
default
0 2 0
Dennis Fink - 11 years ago 2014-07-15 19:52:46
dennis.fink@c3l.lu
Really fix mail send and version bump
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ennstatus/status/functions.py
Show inline comments
 
@@ -60,7 +60,7 @@ def _check_server(data):
 
        current_app.logger.error('%s is set to %s' % (server_name,
 
                                 status))
 

	
 
        if data['server_status'] != 'Unknown' and status != 'Offline':
 
        if data['server_status'] == 'Unknown' and status == 'Offline':
 
            _send_mail(server_name, status, last_updated)
 

	
 
        for key in ('server_status', 'tor_status'):
setup.py
Show inline comments
 
@@ -11,7 +11,7 @@ def _get_requirements():
 

	
 

	
 
setup(name='Ennstatus',
 
      version='4.1.2',
 
      version='4.1.3',
 
      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)