Skip to content

Commit

Permalink
better logger
Browse files Browse the repository at this point in the history
  • Loading branch information
eedeidk committed Jan 31, 2023
1 parent 01799ba commit 887f0c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os, asyncio
urls = ['https://www.wbhealth.gov.in/pages/notice', 'https://www.wbhealth.gov.in/pages/career']

url_dict ={
Expand All @@ -16,7 +15,7 @@
df_processed = parser.OptionalParser(k, df_main).main()
# print(df_processed)
if not df_processed.empty:
print(df_processed.shape[0])
print(df_processed.shape[0], 'updates on',k)
sender.tgsend(df_processed, df_type=k).main()
else:
print(k, 'No updates today')
print('No updates today',k)

0 comments on commit 887f0c6

Please sign in to comment.