mirror of
				https://github.com/KevinMidboe/termForecast.git
				synced 2025-10-29 18:00:17 +00:00 
			
		
		
		
	Changed the emoji parser from printing the entire list, but use the index value of the severity set in self.serverity. And removed a print in term_weather.
This commit is contained in:
		
							
								
								
									
										4
									
								
								term_forecast/term_weather.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										4
									
								
								term_forecast/term_weather.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -3,7 +3,7 @@ | ||||
| # @Author: KevinMidboe | ||||
| # @Date:   2017-07-27 21:26:53 | ||||
| # @Last Modified by:   KevinMidboe | ||||
| # @Last Modified time: 2017-07-30 19:56:18 | ||||
| # @Last Modified time: 2017-08-05 16:30:31 | ||||
|  | ||||
| # TODO LIST | ||||
| # Get coordinates from IP ✔ | ||||
| @@ -108,7 +108,7 @@ class WeatherForecast(object): | ||||
|  | ||||
| class TermWeather(object): | ||||
| 	def __init__(self): | ||||
| 		print('here') | ||||
| 		pass | ||||
|  | ||||
| 	# Add now, forecast as args | ||||
| 	def auto(self): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user