block_level
])
- # DEBUG: print(f"DEBUG: fba.cursor.rowcount={fba.cursor.rowcount}")
- if fba.cursor.rowcount == 0:
- raise Exception(f"Did not update any rows: blocker='{blocker}'")
-
# DEBUG: print("DEBUG: EXIT!")
def update_last_seen(blocker: str, blocked: str, block_level: str):
block_level
])
- # DEBUG: print(f"DEBUG: fba.cursor.rowcount={fba.cursor.rowcount}")
- if fba.cursor.rowcount == 0:
- raise Exception(f"Did not update any rows: blocker='{blocker}'")
-
# DEBUG: print("DEBUG: EXIT!")
def is_instance_blocked(blocker: str, blocked: str, block_level: str) -> bool: