Skip to content

Commit

Permalink
Re-order PROPER class
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Mar 2, 2016
1 parent 0b113d7 commit 3dedc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def selectSeries(self, allSeries):


class Proper(object):
def __init__(self, name, url, seeders, leechers, size, date, show):
def __init__(self, name, url, date, show, seeders, leechers, size):

This comment has been minimized.

Copy link
@labrys

labrys Mar 4, 2016

Contributor

size should probably come before seeds and leeches since its also used with nzbs.

self.name = name
self.url = url
self.date = date
Expand Down

0 comments on commit 3dedc81

Please sign in to comment.