1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

feat: fixed resolution

This commit is contained in:
DoroWu
2018-02-25 18:50:22 +08:00
parent d3c2654e53
commit a70016bee5
3 changed files with 16 additions and 1 deletions
+2
View File
@@ -18,6 +18,8 @@ app = Flask(
CONFIG = os.environ.get('CONFIG') or 'config.Development'
app.config.from_object('config.Default')
app.config.from_object(CONFIG)
FIRST = 'RESOLUTION' not in os.environ
# logging
import logging