mmmapms commited on
Commit
f2df39b
·
verified ·
1 Parent(s): a4c95b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ TECHS = ['Solar', 'Wind Offshore', 'Wind Onshore']
42
 
43
  countries = ['AT', 'BE', 'DE_LU', 'DK_1', 'DK_2', 'FR', 'IT_CALA', 'IT_CNOR',
44
  'IT_CSUD', 'IT_NORD', 'IT_SARD', 'IT_SICI', 'IT_SUD',
45
- 'NL', 'PT', 'ES']
46
 
47
  def get_time_zone(country_code):
48
 
 
42
 
43
  countries = ['AT', 'BE', 'DE_LU', 'DK_1', 'DK_2', 'FR', 'IT_CALA', 'IT_CNOR',
44
  'IT_CSUD', 'IT_NORD', 'IT_SARD', 'IT_SICI', 'IT_SUD',
45
+ 'NL', 'ES']
46
 
47
  def get_time_zone(country_code):
48