Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update main.py
Browse files
    	
        main.py
    CHANGED
    
    | 
         @@ -266,4 +266,4 @@ async def read_random(): 
     | 
|
| 266 | 
         
             
                # use the day as a seed, so a new country gets used every day
         
     | 
| 267 | 
         
             
                random.seed(datetime.date.today().isoformat())
         
     | 
| 268 | 
         | 
| 269 | 
         
            -
                return f"The country of the day is: {random.choice(countries)[ 
     | 
| 
         | 
|
| 266 | 
         
             
                # use the day as a seed, so a new country gets used every day
         
     | 
| 267 | 
         
             
                random.seed(datetime.date.today().isoformat())
         
     | 
| 268 | 
         | 
| 269 | 
         
            +
                return f"The country of the day is: {random.choice(countries)['Name']}"
         
     |