diff options
author | msglm <msglm@techchud.xyz> | 2024-03-13 09:34:26 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-03-13 09:34:26 -0500 |
commit | efb4ea8836dbf96ecc81933fdf8ddbed18a71098 (patch) | |
tree | 21149aecfccec4febccc0b26d2537e52fd88fbe8 | |
parent | 5fcbda6b476c27d20ee2b22304e5d1ea2eec98f6 (diff) | |
download | comedyGenerator-1.0.2.tar.gz comedyGenerator-1.0.2.tar.bz2 comedyGenerator-1.0.2.zip |
specify to use python3v1.0.2
-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 |