cyberreaper
cyberreaper
When I submit a file using GUI (Submit), the screen freeze on Submit progression bar  In error log, I found: `ERROR: Script: Error in module SubmitPaste: 'utf-8' codec can't...
I want to poll the return value of a function: def myfunction(): df=df_function() global value value=df[df['date']==date] return True polling2.poll( lambda: myfunction == True, step=30, timeout=3600) print(value) But does not work:...