diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:53:51 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:53:51 -0500 |
commit | a11bca595ad7b7beb6d58c5266c6d379a01b0cb4 (patch) | |
tree | 21149aecfccec4febccc0b26d2537e52fd88fbe8 | |
parent | 435b4a068a5b4d6e8a1da73c6a72a71a428ad730 (diff) | |
download | comedyGenerator-a11bca595ad7b7beb6d58c5266c6d379a01b0cb4.tar.gz comedyGenerator-a11bca595ad7b7beb6d58c5266c6d379a01b0cb4.tar.bz2 comedyGenerator-a11bca595ad7b7beb6d58c5266c6d379a01b0cb4.zip |
specify to use python3
-rwxr-xr-x | comedyGenerator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comedyGenerator b/comedyGenerator index 7b29c19..7cf1190 100755 --- a/comedyGenerator +++ b/comedyGenerator @@ -1,4 +1,4 @@ -#!env python +#!env python3 import requests import urllib.request import os |