summaryrefslogtreecommitdiff
path: root/langid-polyglot
diff options
context:
space:
mode:
Diffstat (limited to 'langid-polyglot')
-rwxr-xr-xlangid-polyglot3
1 files changed, 1 insertions, 2 deletions
diff --git a/langid-polyglot b/langid-polyglot
index 0b0b20c..04f6b3b 100755
--- a/langid-polyglot
+++ b/langid-polyglot
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import polyglot
from polyglot.detect import Detector
@@ -15,4 +15,3 @@ for line in fileinput.input():
except polyglot.detect.base.UnknownLanguage:
print("??")
pass
-