Used wrong query term beacuse self. was missing
🤦, querying for a method does not work obviously
			
			
This commit is contained in:
		
							parent
							
								
									97f87cc9cc
								
							
						
					
					
						commit
						ce24dec0c2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								bot.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								bot.py
									
										
									
									
									
								
							| 
						 | 
					@ -34,7 +34,7 @@ class Query:
 | 
				
			||||||
        if args[0].isdigit():
 | 
					        if args[0].isdigit():
 | 
				
			||||||
            self.station_id = args[0].strip()
 | 
					            self.station_id = args[0].strip()
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            self.station_id = search_station(input)
 | 
					            self.station_id = search_station(self.input)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def start(update):
 | 
					def start(update):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue