Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Oct 30, 2019
1 parent 54ab7eb commit 84616ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<!-- setting type="action" label="33412" action="ActivateScreensaver"/ --> <!-- activate -->
<!-- /category -->
<setting label="33420" type="lsep"/> <!-- Logging -->
<setting label="33421" help="33422" type="enum" id="max_log_level" lvalues="33430|33431|33432|33433" default="0"/>
<setting label="33421" help="33422" type="enum" id="max_log_level" lvalues="33430|33431|33432|33433" default="1"/>
</category>
</settings>
2 changes: 1 addition & 1 deletion screensaver.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def exit(self):
del self.monitor

self.close()
del self
# del self


class TurnOffMonitor(Monitor, object):
Expand Down

0 comments on commit 84616ef

Please sign in to comment.