fix: app - import datetime

This commit is contained in:
Swapnil 2024-01-24 19:25:17 +05:30
parent b948bce784
commit 401fc11aee
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import os
from flask import Flask, render_template, request, redirect, abort
import requests
from datetime import datetime
def get_env_variable(var_name):
value = os.environ.get(var_name)