diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-02-12 14:58:25 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-02-12 14:58:25 +0200 |
| commit | 99c8b7c679616a22274b1ce6abcc57e404a1a3a1 (patch) | |
| tree | 32fe0f32c2ac948bc16c6212dbc918efdbfd1086 /hommaexceli_py/main.py | |
| parent | 6d69d7f19c3014318734e618baff5ba958fe2344 (diff) | |
Send actual sheets data as message
Diffstat (limited to 'hommaexceli_py/main.py')
| -rw-r--r-- | hommaexceli_py/main.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hommaexceli_py/main.py b/hommaexceli_py/main.py index 46d6acb..9c16ba5 100644 --- a/hommaexceli_py/main.py +++ b/hommaexceli_py/main.py @@ -2,21 +2,10 @@ from dotenv import load_dotenv load_dotenv() -from sheets_client import authenticate_and_fetch_sheets_data from telegram_client import run_telegram def main(): - values = authenticate_and_fetch_sheets_data() - - if not values: - print("No data found.") - else: - print("Toistumisväli, Homma, Viimeksi tehty") - print("===") - for row in values: - print(row) - run_telegram() |
