Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall.py4
1 files changed, 3 insertions, 1 deletions
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