Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-27 20:38:03 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-27 20:38:03 +0000
commitd7e5da5467268fa154d2b04beb0f1a8cf6f42079 (patch)
treeefab99063bb328e4914412e9821978cff8cbc8a1 /archinstall.py
parentf5c3bda6036d1d123a57b104011f725f644eab94 (diff)
Fixes for transition
Diffstat (limited to 'archinstall.py')
-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