What is Nostr?
David Beazley /
npub12jl…mnsz
2024-04-20 14:46:16

David Beazley on Nostr: A bit disappointed... >>> exc = ValueError("Bad Value") >>> match exc: ... case ...

A bit disappointed...

>>> exc = ValueError("Bad Value")
>>> match exc:
... case ValueError(msg):
... print("Failed:", msg)
...
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
TypeError: ValueError() accepts 0 positional sub-patterns (1 given)
>>>
Author Public Key
npub12jlgk3x6d5lx9kqgx83s4p00z4j9u8astl9deut8p86mk234qyfqntmnsz