nullsleep -> powernap

This commit is contained in:
Neil Parikh 2023-03-20 20:14:29 -04:00
parent 5720a86b57
commit b31b39586c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ logging.basicConfig(filename='/users/n3parikh/office/log',
logger = logging.getLogger('office')
try:
r = requests.get('http://nullsleep:5000', timeout=1)
r = requests.get('http://powernap:5000', timeout=1)
except Exception as e:
logger.error(e)
writeUnknownHTML()