YchKhan commited on
Commit
176a319
·
verified ·
1 Parent(s): 8b4aeb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ global value
6
  value = set()
7
 
8
  def list_attributes_and_values():
 
9
  attr = 'temp_files'
10
  new_value = getattr(fi_output, attr)
11
  print(value)
 
6
  value = set()
7
 
8
  def list_attributes_and_values():
9
+ global value
10
  attr = 'temp_files'
11
  new_value = getattr(fi_output, attr)
12
  print(value)