You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warning("Get a logger after init_log is called once.")
85
86
```
86
87
88
+
### 5. Call a spinner (tests/test_timer.py)
89
+
```
90
+
from fosslight_util.timer_thread import TimerThread
91
+
92
+
93
+
timer = TimerThread()
94
+
timer.setDaemon(True)
95
+
timer.start()
96
+
```
97
+
87
98
## 👏 How to report issue
88
99
89
100
Please report any ideas or bugs to improve by creating an issue in [fosslight_util repository][cl]. Then there will be quick bug fixes and upgrades. Ideas to improve are always welcome.
0 commit comments