Skip to content

Commit 7f564f3

Browse files
committed
enabled logging
1 parent e657dc2 commit 7f564f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image_in_window_screensaver/main_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from image_widget import ImageWidget
1212

1313
if __name__ == '__main__':
14-
l.disable()
14+
# l.disable()
1515
import sys
1616

1717
app = QApplication(sys.argv)

0 commit comments

Comments
 (0)