fixed leftover break in core
This commit is contained in:
parent
0087e04f57
commit
4bc5317b63
3 changed files with 2 additions and 2 deletions
|
|
@ -722,8 +722,6 @@ class Core:
|
|||
powToken = powToken.decode()
|
||||
except AttributeError:
|
||||
pass
|
||||
finally:
|
||||
break
|
||||
|
||||
# compile metadata
|
||||
metadata['meta'] = jsonMeta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue