Made submission global

pull/139/head
Kamushy 3 years ago committed by GitHub
parent 5b3989611f
commit 21c8da3648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,8 +4,8 @@ import random
from dotenv import load_dotenv
import os
def get_askreddit_threads():
global submission
"""
Returns a list of threads from the AskReddit subreddit.
"""

Loading…
Cancel
Save