Changeset - e19e4b0ce714
[Not reviewed]
default
0 3 0
Dennis Fink - 11 years ago 2014-01-24 00:20:57
dennis.fink@c3l.lu
pep8
3 files changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Scripts/update_server.py
Show inline comments
 
@@ -71,6 +71,7 @@ def get_ip(tor_config):
 

	
 
    return None
 

	
 

	
 
def get_config():
 

	
 
    config = configparser.ConfigParser()
ennstatus/donate/views.py
Show inline comments
 
@@ -36,10 +36,12 @@ def bitcoin():
 
def flattr():
 
    return render_template('donate/flattr.html')
 

	
 

	
 
@donate_page.route('/bpm')
 
def bpm():
 
    return render_template('donate/bpm.html')
 

	
 

	
 
@donate_page.route('/received',
 
                   methods=('GET', 'POST'))
 
def received():
ennstatus/status/functions.py
Show inline comments
 
@@ -7,6 +7,7 @@ from datetime import datetime
 

	
 
from flask import current_app
 

	
 

	
 
def _check_server(data):
 

	
 
    date = datetime.strptime(data['last_updated'], '%d-%m-%Y %H:%M:%S')
0 comments (0 inline, 0 general)