Skip to content

Instantly share code, notes, and snippets.

View kedvall's full-sized avatar

Kanyon Edvall kedvall

  • Champaign, IL
View GitHub Profile
@kedvall
kedvall / shell.py
Created April 14, 2020 18:57
odrivetool async fix
import sys
import platform
import threading
import asyncio
import fibre
def did_discover_device(device,
interactive_variables, discovered_devices,
branding_short, branding_long,
logger, app_shutdown_token):