miron / NeonCore

Terminal based Cyberpunk Tabletop RPG with Nostr as database and openAI API compatible commands
3 stars 1 forks source link

Check for if key in dict #81

Open miron opened 1 year ago

miron commented 1 year ago

Refactor to EAFP, i.e. try: except: or use get() with default value