HEX
Server: Apache
System: Linux vps125252.inmotionhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: authornicolemesc (1024)
PHP: 8.1.33
Disabled: passthru,shell_exec,exec,system
Upload Files
File: //opt/imh-python/bin/calc-prorate3
#!/opt/imh-python/bin/python3.9
# -*- coding: utf-8 -*-
import re
import sys
from tempora import calculate_prorated_values
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(calculate_prorated_values())