mirror of
https://github.com/daylinmorgan/swydd.git
synced 2025-02-23 04:45:51 -06:00
docs: formatting
This commit is contained in:
parent
0a0ffd9046
commit
1b28e6c93d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
if not (
|
||||
(_i := __import__)("importlib.util").util.find_spec("swydd")
|
||||
or (_src := _i("pathlib").Path(__file__).parent / "swydd/__init__.py").is_file()
|
||||
): # noqa | https://github.com/daylinmorgan/swydd?tab=readme-ov-file#automagic-snippet
|
||||
): # noqa | https://github.com/daylinmorgan/swydd?tab=readme-ov-file#automagic-snippet
|
||||
_r = _i("urllib.request").request.urlopen("https://swydd.dayl.in/swydd.py")
|
||||
_src.parent.mkdir(exist_ok=True)
|
||||
_src.write_text(_r.read().decode())
|
||||
|
|
Loading…
Add table
Reference in a new issue