Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
Heitor-Tasso committed Apr 15, 2022
1 parent 4c0fa0d commit 7f617b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def _setup(self, *args):
self.bind(widget_focused=eventviewer.setter('widget'))

self.focus_widget(playground.root)
print('Config dir -> ', get_config_dir())
if not os.path.exists(get_config_dir()):
os.mkdir(get_config_dir())

Expand Down

0 comments on commit 7f617b6

Please sign in to comment.