fix: Uncomment website start

pull/251/head
Raphaël Vinot 2021-08-27 17:49:27 +02:00
parent 8a51383d7a
commit ae76cb77be
1 changed files with 1 additions and 1 deletions

View File

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