sheet-sync: Some fixes

pull/54/head
Mike Lang 6 years ago
parent 6c47f32d16
commit 018e920808

@ -13,4 +13,4 @@ RUN pip install /tmp/common && rm -r /tmp/common
COPY sheetsync /tmp/sheetsync
RUN pip install /tmp/sheetsync && rm -r /tmp/sheetsync
ENTRYPOINT ["python2", "-m", "sheetsync", "--base-dir", "/mnt"]
ENTRYPOINT ["python2", "-m", "sheetsync"]

@ -11,6 +11,7 @@ setup(
"psycogreen",
"psycopg2",
"python-dateutil",
"requests",
"wubloader-common",
],
)

@ -229,7 +229,7 @@ class SheetSync(object):
"list of key=value pairs, or a URI like:\n"
"\tpostgresql://USER:PASSWORD@HOST/DBNAME?KEY=VALUE"
)
@argh.arg('sheets-cred-file', help=
@argh.arg('sheets-creds-file', help=
"sheets_creds_file should be a json file containing keys "
"'client_id', 'client_secret' and 'refresh_token'."
)

Loading…
Cancel
Save