Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-08-20 22:16:53 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-20 22:16:53 +0000
commit96e8cc4d5b4bf6e23c3d30a745c1c4ff7cd61770 (patch)
treebd703107a089b5cfb059ab95e1049ed24c27319e /profiles
parentd449bb4b1f4a23b329454683e67d7d15eaf91cf7 (diff)
Added a timeout on the HTTPS POST status after a successful install.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/52-54-00-12-34-56.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py
index 6e823360..352c5f66 100644
--- a/profiles/52-54-00-12-34-56.py
+++ b/profiles/52-54-00-12-34-56.py
@@ -38,4 +38,4 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs:
req = urllib.request.Request("https://archlinux.life/build/successful",
data=json.dumps(conditions).encode('utf8'),
headers={'content-type': 'application/json'})
- urllib.request.urlopen(req) \ No newline at end of file
+ urllib.request.urlopen(req, timeout=5) \ No newline at end of file