Skip to content

Commit

Permalink
Merge fix from Spiro Harvey
Browse files Browse the repository at this point in the history
  • Loading branch information
stgraber committed Mar 10, 2009
1 parent 780f8a2 commit 6022efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ try:
#Parse configuration file
if gotconfigxml == 1:
try:
configxml = xml.dom.minidom.parse(configfile)
configxml = xml.dom.minidom.parse(configtext)
website = getFirstNodeText(configxml, "pastebin")
user = getFirstNodeText(configxml, "author")
format = getFirstNodeText(configxml, "format")
Expand Down

0 comments on commit 6022efd

Please sign in to comment.