diff --git a/app.py b/app.py index 83c0114..d8cce37 100644 --- a/app.py +++ b/app.py @@ -148,7 +148,7 @@ def submitMessage(): else: msgTS = time.strftime("%Y-%m-%dT%H:%m:%SZ") appdb.logsms_db(msg_id, msgTS, 'outbound', uglyphone, fromDid, 0.0040, 'pending', message, result) - returndata = json.dumps({"msg" : message, "fromdid" : fromDid, 'targetdid' : targetDid,}) + returndata = json.dumps({"msg" : message, "fromdid" : fromDid, 'targetdid' : targetDid}) return returndata @app.route('/testAjax') diff --git a/templates/include/footer.html b/templates/include/footer.html index 5047503..5e12d8e 100644 --- a/templates/include/footer.html +++ b/templates/include/footer.html @@ -3,7 +3,7 @@ {% if loggedin == True %} | Messages | Settings | Logout {% else %} - | Login + | Login {% endif %}