sqlite.execute("""CREATE TABLE IF NOT EXISTS uris (
added INT,
url TEXT,
check_time INT,
error INT,
stale_count INT,
hash TEXT)""")
added INT
)""")
sqlite.commit()
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.