From acb7842913139a7f3fc9949248d050d7a30b5c11 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Wed, 15 Feb 2023 21:12:21 -0500 Subject: [PATCH] Notes Changes --- Scripts/getrequests.py | 7 +++++++ 1 file changed, 7 insertions(+) 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()