Changes

SpaceAPI

36 bytes removed, 19:27, 2 May 2012
#!/usr/bin/env python3
import urllib.request
try: import jsonexcept ImportError: import simplejson as json
URL = "https://fixme.ch/cgi-bin/spaceapi.py"
else:
print("The hackerspace is closed")
 print_info(json = get_json()try:print_info(json)
</syntaxhighlight>
445
edits