fix: Also start the website.

dev
Raphaël Vinot 2021-12-16 15:29:32 +01:00
parent ec56911ba4
commit b0633bbd26
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def main():
Popen(['ranking'])
Popen(['asn_descriptions'])
print('Start website...')
# Popen(['start_website'])
Popen(['start_website'])
print('done.')