From 3b3b17a1b76c1c7a4f7b7954cafdad4bb4f1b868 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 18 Mar 2019 14:56:13 +0000 Subject: add file encoding --- app/routes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/routes.py') diff --git a/app/routes.py b/app/routes.py index 44600db..804b54d 100644 --- a/app/routes.py +++ b/app/routes.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from flask import render_template, flash, redirect, url_for, request -- cgit v1.2.3