mirror of
https://gitlab.dit.htwk-leipzig.de/fsr-im/tools/flatscraper.git
synced 2025-07-16 03:28:48 +02:00
add Dockerfile and CI configuration for building and pushing Docker image
This commit is contained in:
3
main.py
3
main.py
@ -24,7 +24,8 @@ def main():
|
||||
print("No known properties file found. Starting fresh.")
|
||||
|
||||
while True:
|
||||
print("Scraping properties...")
|
||||
current_time = time.strftime("%H:%M:%S", time.localtime())
|
||||
print("Scraping properties at " + current_time)
|
||||
print("Scraping properties from Wogetra...")
|
||||
properties = wogetra_scraper.scrape_wogetra()
|
||||
print("Scraping properties from LWB...")
|
||||
|
Reference in New Issue
Block a user