Create a pipe regardless of save progress file's existence

This commit is contained in:
Pera Pisar 2019-04-25 02:52:20 +02:00
parent ed10371231
commit 31a6316f93
No known key found for this signature in database
GPG Key ID: 6E1174E4DF875DCA
1 changed files with 3 additions and 4 deletions

View File

@ -225,7 +225,6 @@ if __name__ == '__main__':
lang = lang[lang.find('[') + 1:lang.find(']')]
if lang == 'en_US': lang = 'en'
journal.change_image('save_' + lang)
else:
thread = WatchPipe(pipe = pipe_path)
thread.change_image.connect(journal.change_image)
thread.start()