#!/bin/python3 import ddresc_visu.draw as v from time import sleep import argparse FILE = '/mnt/TAP9701/2021-08-11_Pm_ddresc_mapfile' visu = v.Visualisation(FILE, start=1000**3, end=30*1000**3) def redraw(): visu.reload() while True: redraw() sleep(5)