I hereby claim:
- I am ziemek99 on github.
- I am ziemekz (https://keybase.io/ziemekz) on keybase.
- I have a public key whose fingerprint is BFC4 02D0 B946 5E97 A108 1C4F 6621 0AFF 210A 1DAD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
ℹ️ Users are advised to move to Thorium, an enhanced fork of Chromium that supports JPEG XL out of the box by default.
from os import path | |
from random import randint | |
from sys import argv, stderr | |
def get_file_path(): | |
if not path.isfile(argv[1]): | |
raise FileNotFoundError | |
return argv[1] |