moved app in dep

This commit is contained in:
art 2020-03-03 18:48:17 -06:00
parent 1d5c26195b
commit f45773d470
4 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ def main():
apikey = an.load_csv("keys.txt")[0][0]
data = d.get_data_formatted(apikey, competition)
results = simpleloop(data, config)
#print(data)
print(results)
def load_config(file):