diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-12-18 22:29:01 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-12-18 22:29:01 -0500 |
commit | ac7c1996e182ac149bbd5a5b4265d3fc2bee7828 (patch) | |
tree | bdedd93bccda7492de5fbde97b3229ce2346dac6 /examples/lock_eit.py | |
parent | e13cad7924f9b387b55d34909d719aa85be87012 (diff) | |
download | pyExpControl-ac7c1996e182ac149bbd5a5b4265d3fc2bee7828.tar.gz pyExpControl-ac7c1996e182ac149bbd5a5b4265d3fc2bee7828.zip |
some cleanup in example
Diffstat (limited to 'examples/lock_eit.py')
-rw-r--r-- | examples/lock_eit.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py index 5ff83db..f07adca 100644 --- a/examples/lock_eit.py +++ b/examples/lock_eit.py @@ -186,7 +186,6 @@ async def main(): return(apparatus) def update_webpage(byWhom=None, apparatus=None): - print("updating webpage") timestr = time.strftime("%a, %d %b %Y, %H:%M:%S", time.localtime()) clock_upd.text = f'Last update at {timestr}' try: |