1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-15 12:28:39 -04:00

add urllib import back until i replace all calls with requests

This commit is contained in:
Craig Lamparter
2020-12-10 12:19:40 -08:00
parent ad0f96d1aa
commit b38f561b84
+1 -1
View File
@@ -37,7 +37,7 @@ import sys
# import telnetlib
import threading
import time
#import urllib
import urllib
import requests