79323785

Date: 2025-01-02 13:05:08
Score: 2
Natty:
Report link
import debugpy, threading

class Thread(QThread):
    def __init__(self):
        pass

    def run(self):
        debugpy.debug_this_thread()
        threading.current_thread().name = "RegistryMonitorThread"

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 돌파장인