Parcourir la source

Don't force python3

Baptiste Jonglez il y a 10 ans
Parent
commit
5e44826f2c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      peerfinder.py

+ 1 - 1
peerfinder.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 from flask import Flask
 from flask import request, render_template