4 lines
46 B
Python
4 lines
46 B
Python
import os
|
|
|
|
email = os.environ['LOGGER_EMAIL']
|
import os
|
|
|
|
email = os.environ['LOGGER_EMAIL']
|