mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
8 lines
143 B
Python
8 lines
143 B
Python
import source.wszst
|
|
|
|
|
|
def check_sha1(self):
|
|
if source.wszst.sha1(self.file_wu8) == self.sha1:
|
|
return 0
|
|
else:
|
|
return -1
|