2 lines
49 B
Python
2 lines
49 B
Python
import logging
|
|
log = logging.getLogger('novnc2')
|
import logging
|
|
log = logging.getLogger('novnc2')
|