ajsbsd commited on
Commit
643e711
·
verified ·
1 Parent(s): 212bb71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def generate_pretty_html(data):
57
 
58
  def load_config():
59
  with open("config.yaml", "r", encoding="utf-8") as f:
60
- return yaml.safe_load(f)
61
 
62
  def render_modern_info():
63
  try:
 
57
 
58
  def load_config():
59
  with open("config.yaml", "r", encoding="utf-8") as f:
60
+ return yaml.safe_load(f) # Loads only the first document
61
 
62
  def render_modern_info():
63
  try: