Anshuman1970 commited on
Commit
6f939ad
1 Parent(s): 43d1eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def myfunc(file_path):
52
  for x in sorted_vertices:
53
  for y in cut_vertices:
54
  if x==y:
55
- result.append(x)
56
 
57
  return result
58
 
 
52
  for x in sorted_vertices:
53
  for y in cut_vertices:
54
  if x==y:
55
+ result.append(y)
56
 
57
  return result
58