seawolf2357 commited on
Commit
05ad8bc
ยท
verified ยท
1 Parent(s): 7a0a6c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -495,7 +495,7 @@ def load_trending_templates():
495
  return create_template_html("๐Ÿ”ฅ ํŠธ๋ Œ๋”ฉ ํ…œํ”Œ๋ฆฟ", json_data)
496
 
497
  def load_new_templates():
498
- json_data = load_json_data()[24:43] # NEW ํ…œํ”Œ๋ฆฟ
499
  return create_template_html("โœจ NEW ํ…œํ”Œ๋ฆฟ", json_data)
500
 
501
  def create_template_html(title, items):
@@ -588,7 +588,7 @@ def load_session_history(template_type="best"):
588
  templates = {
589
  "best": json_data[:12], # ๋ฒ ์ŠคํŠธ ํ…œํ”Œ๋ฆฟ
590
  "trending": json_data[12:24], # ํŠธ๋ Œ๋”ฉ ํ…œํ”Œ๋ฆฟ
591
- "new": json_data[24:36] # NEW ํ…œํ”Œ๋ฆฟ
592
  }
593
 
594
  titles = {
 
495
  return create_template_html("๐Ÿ”ฅ ํŠธ๋ Œ๋”ฉ ํ…œํ”Œ๋ฆฟ", json_data)
496
 
497
  def load_new_templates():
498
+ json_data = load_json_data()[24:44] # NEW ํ…œํ”Œ๋ฆฟ
499
  return create_template_html("โœจ NEW ํ…œํ”Œ๋ฆฟ", json_data)
500
 
501
  def create_template_html(title, items):
 
588
  templates = {
589
  "best": json_data[:12], # ๋ฒ ์ŠคํŠธ ํ…œํ”Œ๋ฆฟ
590
  "trending": json_data[12:24], # ํŠธ๋ Œ๋”ฉ ํ…œํ”Œ๋ฆฟ
591
+ "new": json_data[24:44] # NEW ํ…œํ”Œ๋ฆฟ
592
  }
593
 
594
  titles = {