diff --git a/Scripts/getrequests.py b/Scripts/getrequests.py index 6bbce3d2..c9f82bfa 100644 --- a/Scripts/getrequests.py +++ b/Scripts/getrequests.py @@ -1,3 +1,10 @@ import requests import Apikeys + +def thisfunc(arg): + pass + + +if __name__ == "__main__": + thisfunc()