From 791e1948fef81cda5f97912c567d59cd16b86f58 Mon Sep 17 00:00:00 2001 From: target-drone Date: Thu, 28 Jun 2018 10:25:54 +0100 Subject: [PATCH] Update to flights.py explicitly added python2 as urllib2 is depreciated for urlopen (/adsb-receiver/build/portal/python/flights-maint.sh also changes) --- build/portal/python/flights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/portal/python/flights.py b/build/portal/python/flights.py index d6a7137..3cc2d96 100644 --- a/build/portal/python/flights.py +++ b/build/portal/python/flights.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 #================================================================================# # ADS-B FEEDER PORTAL #