Skip to content

Commit

Permalink
sudo is nudo :8080 to forever!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter Konz committed Dec 13, 2017
1 parent 2467b6c commit 7f23f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def cast(mac_address, targets=['Kitchen', 'GameRoom']):
devices, data = targets, []
media_args = (audio, 'music/mp3')
media_kwargs = {'title': random.choice(GREETINGS).format(**user),
'thumb': 'http://10.1.242.213/static/4c-logo-white.png'}
'thumb': 'http://10.1.242.213:8080/static/4c-logo-white.png'}
for target_cc in target_ccs:
data.append({'info': 'Playing theme for %s on %s' % (name, target_cc.device.friendly_name)})

Expand Down Expand Up @@ -211,4 +211,4 @@ def restart():


if __name__ == '__main__':
app.run(host='0.0.0.0', port=80, debug=True)
app.run(host='0.0.0.0', port=8080, debug=True)

0 comments on commit 7f23f36

Please sign in to comment.