[TSM.ID].[11031972] PXE : Platform X Ecosystem I [118 Module -LIVE-]
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import urllib.request
|
||||
try:
|
||||
response = urllib.request.urlopen("https://mesh.ultramodul.xyz/")
|
||||
print(f"Status Code: {response.getcode()}")
|
||||
except urllib.error.HTTPError as e:
|
||||
print(f"HTTP Error: {e.code}")
|
||||
except Exception as e:
|
||||
print(f"Error: {e}")
|
||||
Reference in New Issue
Block a user