Skip to content

Commit

Permalink
Missed this one.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMcC committed Dec 31, 2014
1 parent f75f7f2 commit 99359e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submitPlugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# submitPlugins.py: Submits plugins to the DMDirc addons site
#
# Copyright (c) 2006-2014 DMDirc Developers
# Copyright (c) 2006-2015 DMDirc Developers
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -90,4 +90,4 @@ def get_plugin_info(text):
if r.status_code == requests.codes.ok:
print "Submitted successfully"
else:
print "Submission FAILED"
print "Submission FAILED"

0 comments on commit 99359e3

Please sign in to comment.