mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Corrects issue #328
This commit is contained in:
parent
62196a231a
commit
7c18295629
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ def initialize():
|
|||
logger.error("Update wasn't successful, not restarting. Check your log for more information.")
|
||||
|
||||
# Display Current Version
|
||||
logger.info('nzbToMedia Version:' + NZBTOMEDIA_VERSION + ' Branch:' + NZBTOMEDIA_BRANCH + ' (' + platform.system() + '; ' + platform.release() + ')')
|
||||
logger.info('nzbToMedia Version:' + NZBTOMEDIA_VERSION + ' Branch:' + NZBTOMEDIA_BRANCH + ' (' + str(platform.system()) + '-' + str(platform.release()) + ')')
|
||||
|
||||
WakeUp()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue