Skip to content

Commit

Permalink
Adjust TOP_KEEPOUT_PX for iPhone X
Browse files Browse the repository at this point in the history
  • Loading branch information
microdog committed Dec 31, 2017
1 parent e239012 commit d77939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy as np
from flask import Flask, request, abort

TOP_KEEPOUT_PX = 400
TOP_KEEPOUT_PX = 705

save_results = False
piece_template = None
Expand Down

0 comments on commit d77939a

Please sign in to comment.