Update README.md in Meme_Generator
This commit is contained in:
@@ -20,7 +20,7 @@ def generate_meme(path=None, body=None, author=None):
|
||||
|
||||
img = random.choice(imgs)
|
||||
else:
|
||||
img = path[0]
|
||||
img = path
|
||||
|
||||
if body is None:
|
||||
quote_files = [
|
||||
|
||||
Reference in New Issue
Block a user