agent404 commited on
Commit
ba1a148
1 Parent(s): 5ea23fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ K:G
20
  """
21
 
22
  def parse_abc_notation(text='', conversation_id='debug'):
23
- os.makedirs(f"tmp/", exist_ok=True)
24
  ts = time.time()
25
  abc_pattern = r'(X:\d+\n(?:[^\n]*\n)+)'
26
  abc_notation = re.findall(abc_pattern, text+'\n')
 
20
  """
21
 
22
  def parse_abc_notation(text='', conversation_id='debug'):
23
+ # os.makedirs(f"tmp/", exist_ok=True)
24
  ts = time.time()
25
  abc_pattern = r'(X:\d+\n(?:[^\n]*\n)+)'
26
  abc_notation = re.findall(abc_pattern, text+'\n')