Browse Source

Don't force python3

Baptiste Jonglez 10 years ago
parent
commit
5e44826f2c
1 changed files with 1 additions and 1 deletions
  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