SomberNight
|
312f2641e7
|
don't use bare except
use "except Exception", or if really needed explicitly "except BaseException"
|
2023-04-24 12:58:01 +00:00 |
|
SomberNight
|
373db76ac9
|
util: kill bh2u
no longer useful, and the name is so confusing...
|
2023-02-17 11:43:11 +00:00 |
|
SomberNight
|
e7e9f8e7f2
|
revealer: fix unlucky hex seed causing crash
|
2018-12-15 09:05:12 +01:00 |
|
SomberNight
|
f969edcf50
|
revealer: split some core parts out into separate file
for easier testing
|
2018-12-15 08:52:00 +01:00 |
|