eptm_dashboard/.venv/bin/plotly_get_chrome

8 lines
264 B
Python
Executable file

#!/opt/eptm-dashboard/.venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from plotly.io._kaleido import plotly_get_chrome
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(plotly_get_chrome())