Rodja Trappe 4 years ago
parent
commit
8a0cb74429
1 changed files with 0 additions and 2 deletions
  1. 0 2
      main.py

+ 0 - 2
main.py

@@ -12,8 +12,6 @@ time = ui.label('Time: ')
 
 def update_time():
     time.text = f'Time: {datetime.now().strftime("%H:%M:%S")}'
-    ic()
 
 
-ic()
 ui.timer(1, update_time)