index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-27 20:38:03 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-27 20:38:03 +0000 |
commit | d7e5da5467268fa154d2b04beb0f1a8cf6f42079 (patch) | |
tree | efab99063bb328e4914412e9821978cff8cbc8a1 | |
parent | f5c3bda6036d1d123a57b104011f725f644eab94 (diff) |
-rw-r--r-- | archinstall.py | 4 |
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 |