Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error when attempting to use for 2024 #16

Closed
Ad0ntis opened this issue Feb 28, 2024 · 3 comments
Closed

Getting error when attempting to use for 2024 #16

Ad0ntis opened this issue Feb 28, 2024 · 3 comments

Comments

@Ad0ntis
Copy link

Ad0ntis commented Feb 28, 2024

I have went into the .py file and updated the dates, but even with that change it is listing 'Nonetype' object is not iterable.

@J-SHarper
Copy link

Same here.

@etowle
Copy link

etowle commented Feb 29, 2024

Did you also update the event ID?

index 46674fe..b527f1e 100755
--- a/gencon-hotel-check.py
+++ b/gencon-hotel-check.py
@@ -26,8 +26,8 @@ else:
        from urllib.parse import urlencode, urlparse
        from urllib.request import HTTPCookieProcessor, Request, urlopen, build_opener
 
-firstDay, lastDay, startDay = datetime(2023, 7, 28), datetime(2023, 8, 8), datetime(2023, 8, 3)
-eventId = 50430831
+firstDay, lastDay, startDay = datetime(2024, 7, 27), datetime(2024, 8, 6), datetime(2024, 8, 1)
+eventId = 50729171
 ownerId = 10909638
 
 distanceUnits = {

@Ad0ntis
Copy link
Author

Ad0ntis commented Feb 29, 2024

That seems to have done it, thank you so much!

@Ad0ntis Ad0ntis closed this as completed Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants