From a2da0092c6d48d0c9d4df5f3a76ef621d219dd3e Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Mon, 17 Sep 2018 21:11:35 +0200 Subject: [PATCH] dss.py: enforce python3 Some systems come with python2 as default interpreter. Signed-off-by: Ralf Ramsauer --- dss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dss.py b/dss.py index 83471fb..17b71fa 100755 --- a/dss.py +++ b/dss.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from flask import Flask, render_template, redirect, url_for, session from flask_wtf import Form