Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoryvp committed Feb 29, 2012
1 parent 1c9ec93 commit 77a10d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def set( self, i_sName, i_uVal ) :
self.m_mItems[ i_sName ] = i_uVal
sPath = os.path.expanduser( "~/.parabridge" )
json.dump( self.m_mItems, open( sPath, 'w' ) )
## Notify daemon process so it can read updated settings.
if m_fNotify :
try :
oSrv = xmlrpclib.ServerProxy( COMM_ADDR )
Expand Down

0 comments on commit 77a10d4

Please sign in to comment.