Skip to content

Commit

Permalink
skip sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 18, 2024
1 parent 439951b commit 64ed532
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions piddiplatsch/pidmaker.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pyhandle
import time


import logging
Expand Down Expand Up @@ -27,7 +26,6 @@ class DummyClient(BaseClient):
def register_handle(self, handle, record):
LOGGER.info(f"handle: {handle}")
LOGGER.info(f"record: {record}")
time.sleep(1)

def check_if_handle_exists(self, handle):
if not handle:
Expand Down

0 comments on commit 64ed532

Please sign in to comment.