Coursework Project for Advanced Web Technologies 2020
A Space Launch tracking system with an in-built educational 3D Global Galaxy visualization.
# @crontab.job(minute="1", hour="0")
# def my_scheduled_job():
# """
# news_unsub(): Unsubscribe user from the email list;
# """
# try:
# if app.debug:
# app.logger.info('It Works!')
# return
# except Exception as e:
# return f"An Error Occured: {e}"