HowTo Do the python scanners you use still work? If not read this post.
O
Offline
Happy 2024 everyone, do the python scanners you use still work?
Because you need to reset the py time. If you don't set a new time, py won't work because py was originally configured to run until the end of 2023.
Edit .py and look for something like this:
if int(time.time()) >= int(1704056400.0):
print(int(1704056400.0))
print(int(time.time()))
quit()
replace 17 with 20, everywhere, it's in different places.
Because you need to reset the py time. If you don't set a new time, py won't work because py was originally configured to run until the end of 2023.
Edit .py and look for something like this:
if int(time.time()) >= int(1704056400.0):
print(int(1704056400.0))
print(int(time.time()))
quit()
replace 17 with 20, everywhere, it's in different places.
Last edited:
More Related Thread
Relate Threads