This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import datetime | |
import os | |
from blinkpy.blinkpy import Blink | |
from blinkpy.auth import Auth | |
from dotenv import load_dotenv | |
def getLastReadTime() -> str: | |
with open(os.getenv('BASE_BLINK_STORAGE_PATH') + os.getenv('LAST_READ_TIME_FILE_NAME')) as file: | |
last_read = file.read() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 10, | |
// font family with optional fallbacks |