From b31ace79ea5f6b3f279c544cd3a443d6fbf2a24d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Feb 2026 10:05:59 +0000 Subject: overhaul --- langid-polyglot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'langid-polyglot') 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 - -- cgit v1.2.3