forked from LBRYCommunity/lbry-sdk
more long lines
This commit is contained in:
parent
23872c77e9
commit
4634179a7e
1 changed files with 3 additions and 1 deletions
|
@ -252,7 +252,9 @@ def main(lbry_name=None):
|
|||
replyToApplicationShouldTerminate_()
|
||||
|
||||
if getattr(sys, 'frozen', False) and os.name == "nt":
|
||||
icon = os.path.join(os.path.dirname(sys.executable), conf.settings['ICON_PATH'], 'lbry16.ico')
|
||||
icon = os.path.join(
|
||||
os.path.dirname(sys.executable), conf.settings['ICON_PATH'], 'lbry16.ico'
|
||||
)
|
||||
else:
|
||||
icon = os.path.join(conf.settings['ICON_PATH'], 'lbry16.ico')
|
||||
|
||||
|
|
Loading…
Reference in a new issue