def thread(thread_count):
    """validate threads"""
    try:
        int(thread_count)
    except: