Skip to content

Commit

Permalink
pip install pillow; show infoscreen by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rptr committed Aug 27, 2019
1 parent a03fe5e commit 4cae2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/libresign
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
if [ ! -d "env" ]; then
virtualenv --system-site-packages -p python3 env
source env/bin/activate
pip3 install Flask python-libxdo gevent-websocket
pip3 install Flask python-libxdo gevent-websocket pillow
fi

touch playlist
Expand Down
2 changes: 1 addition & 1 deletion libresign/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
HTTP_PORT = 5000
HTTP_CABLE_ONLY = True
SAVE_FOLDER = "./presentations"
SHOW_INFO_SCREEN = False
SHOW_INFO_SCREEN = True
# conference = manually control slideshows
# otherwise = signage mode, automatic transitions and changing slides
CONFERENCE = True
Expand Down

0 comments on commit 4cae2b9

Please sign in to comment.