-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
423 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
# -*- coding: utf-8 -*- | ||
|
||
try: | ||
|
@@ -13,7 +13,7 @@ | |
version='0.5', | ||
author='Felipe Lerena, Nicolás Demarchi', | ||
description='A python app and library to watch series magically', | ||
author_email='[email protected]', | ||
author_email='[email protected] - [email protected]', | ||
packages=['touchandgo'], | ||
scripts=[], | ||
url='http://github.com/touchandgo-devel/touchandgo/', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
STATES = ['queued', 'checking', 'downloading metadata', 'downloading', | ||
'finished', 'seeding', 'allocating'] | ||
STATES = ['Queued', 'Checking', 'Downloading metadata', 'Downloading', | ||
'Finished', 'Seeding', 'Allocating'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.