Skip to content

Commit

Permalink
parentesis coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
lusum committed Nov 5, 2015
1 parent 8570a3f commit a2e7463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if __name__ == '__main__':
ampache = xbmcaddon.Addon("plugin.audio.ampache")
ampache_dir = xbmc.translatePath( ampache.getAddonInfo('path') )
BASE_RESOURCE_PATH = os.path.join( ampache_dir, "resources" )
BASE_RESOURCE_PATH = os.path.join( ampache_dir, 'resources' )
mediaDir = os.path.join( BASE_RESOURCE_PATH , 'media' )
cacheDir = os.path.join( mediaDir , 'cache' )

Expand Down

0 comments on commit a2e7463

Please sign in to comment.