From d7e5da5467268fa154d2b04beb0f1a8cf6f42079 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 27 Nov 2019 20:38:03 +0000 Subject: Fixes for transition --- archinstall.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archinstall.py b/archinstall.py index c6f6fea7..79e4faf8 100644 --- a/archinstall.py +++ b/archinstall.py @@ -1268,4 +1268,6 @@ if __name__ == '__main__': request = urllib.request.Request(args['phone-home'], data=payload, headers={'content-type': 'application/json'}) - response = urllib.request.urlopen(request) \ No newline at end of file + response = urllib.request.urlopen(request) + print(response) + time.sleep(2) \ No newline at end of file -- cgit v1.2.3-70-g09d2