Re: best way to display static python monitoring thread output

2020-03-23 Thread Motaz Hejaze
After that you can update the dom with the new result On Tue, 24 Mar 2020, 2:36 am Motaz Hejaze, wrote: > Dont know what you mean perfectly , but i think you can make a javascript > function that ( fetch() ) the api periodically maune using ( setinterval() > ) function ... > > On Mon, 23 Mar 202

Re: best way to display static python monitoring thread output

2020-03-23 Thread Motaz Hejaze
Dont know what you mean perfectly , but i think you can make a javascript function that ( fetch() ) the api periodically maune using ( setinterval() ) function ... On Mon, 23 Mar 2020, 5:43 pm Phil Kauffman, wrote: > Hello, > > Wondering if I can bounce my problem off some folks for an idea of h

best way to display static python monitoring thread output

2020-03-23 Thread Phil Kauffman
Hello, Wondering if I can bounce my problem off some folks for an idea of how to solve it. My colleague and I are trying to pull in a python Rest API library for a piece of software. Rather than have end users run scripts we wanted to make a basic gui for them. I've got the basic tests working