Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Øyvind Kolås
firmware
Commits
c6a8a430
Commit
c6a8a430
authored
Oct 14, 2020
by
Rahix
Browse files
Merge 'Make g-watch the default watch face'
Closes #209 See merge request
card10/firmware!410
parents
613afe3b
7acc634b
Changes
1
Show whitespace changes
Inline
Side-by-side
preload/main.py
View file @
c6a8a430
...
...
@@ -8,7 +8,7 @@ def main():
default_app
=
config
.
get_string
(
"default_app"
)
except
OSError
:
default_app
=
"apps/
analog_clock
/__init__.py"
default_app
=
"apps/
g_watch
/__init__.py"
try
:
with
open
(
default_app
,
"r"
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment