Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Fix the port back to 8536
Browse files Browse the repository at this point in the history
  • Loading branch information
techtonik committed Jul 9, 2015
1 parent e7e00ce commit 959d9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ clean:

run: env
./$(env_bin)/honcho -e defaults.env,local.env run ./env/bin/python \
./startapp.py --port=8537
./startapp.py --port=8536

0 comments on commit 959d9fc

Please sign in to comment.