mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +01:00
Minor changes.
This commit is contained in:
parent
7036073b53
commit
86363520b8
@ -9,6 +9,7 @@ Upload the archives to upload.sf.net, add to the release on SF.net.
|
||||
Announce the release in a News item on SF.net.
|
||||
Announce the release on Freshmeat.net.
|
||||
Announce the release on PyPI via "python setup.py register".
|
||||
Announce the release on the forums.
|
||||
Add a topic to #supybot announcing the release.
|
||||
Make a release-MAJOR_MINOR_PATCHLEVEL tag. (cvs tag ...)
|
||||
Make a release-MAJOR_MINOR_PATCHLEVEL-branch branch tag. (cvs tag -b ...)
|
||||
|
@ -277,7 +277,7 @@ class Http(callbacks.Privmsg):
|
||||
#We received a single argument. Zipcode or station id.
|
||||
else:
|
||||
zip = privmsgs.getArgs(args)
|
||||
zip = zip.replace(',','')
|
||||
zip = zip.replace(',', '')
|
||||
zip = zip.lower().split()
|
||||
url = 'http://www.hamweather.net/cgi-bin/hw3/hw3.cgi?'\
|
||||
'config=&forecast=zandh&pands=%s&Submit=GO' % args[0]
|
||||
|
Loading…
Reference in New Issue
Block a user