Skip to content

Commit

Permalink
enable also for DispVMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jul 17, 2019
1 parent 96c4432 commit dec8aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/lib/python3/dist-packages/sdwdate_gui/sdwdate_watcher.py
Expand Up @@ -17,8 +17,8 @@ class SdwdateStatusWatch:
def __init__(self, parent=None):
try:
self.name = check_output(['qubesdb-read', '/name']).decode().strip()
if self.name.startswith('disp'):
sys.exit(0)
#if self.name.startswith('disp'):
#sys.exit(0)
except:
print(str(sys.exc_info()[0]))
self.name = 'name'
Expand Down

0 comments on commit dec8aa0

Please sign in to comment.