Fixed python -m twik command

This commit is contained in:
Alexandre Possebom 2014-09-26 16:46:52 -03:00
parent 654770eca1
commit 7a07991f7b
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ private_key = TFCY2AJI-NBPU-V01E-F7CP-PJIZNRKPF25W
github_chars = 12
github_password_type = 1
[lala]
[foobar]
private_key = VBHF4HAR-8M5Z-NK3B-KQWH-KG9ZYLER4916
reddit_chars = 22
reddit_password_type = 2

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .twik import main
from .run import main
main()