Example #1
0
 def __init__(self, bot):
     self.bot = bot
     self.weather_object = w(unit=Unit.CELSIUS)
     self.degree_sign = u'\N{DEGREE SIGN}'
     self.default_city = 'glasgow'
Example #2
0
 def test_1(self):
     city = 'Palma'
     w(city)
Example #3
0
 def test_2(self):
     city = 'NewYork'
     w(city)
Example #4
0
 def test_3(self):
     city = 'kjabfifnbweq'
     w(city)