Minor logging formatting change.
This commit is contained in:
@@ -63,7 +63,7 @@ def log(str):
|
|||||||
file.write(str)
|
file.write(str)
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
os.system("touch logs/log.md")
|
os.system("touch logs/log.md")
|
||||||
log("#### log.md was not found, so it was just touched.")
|
log("\n#### log.md was not found, so it was just touched.\n")
|
||||||
|
|
||||||
### OpenAI Config
|
### OpenAI Config
|
||||||
|
|
||||||
@@ -131,4 +131,4 @@ def get_auto_transcript(video_id):
|
|||||||
|
|
||||||
output_stream = StreamOutput()
|
output_stream = StreamOutput()
|
||||||
|
|
||||||
log(f"# Main initilized at {datetime.now(pytz.timezone('America/New_York')).strftime('%Y-%m-%d %H:%M:%S')}. Presumeably application starting.")
|
log(f"\n# Main initilized at {datetime.now(pytz.timezone('America/New_York')).strftime('%Y-%m-%d %H:%M:%S')}. Presumeably application starting.\n")
|
||||||
Reference in New Issue
Block a user