Skip to content

Adding a docker compose, for quick database creation/configuration#1

Merged
quasiyoke merged 3 commits intoquasiyoke:masterfrom
alairock:master
Mar 2, 2017
Merged

Adding a docker compose, for quick database creation/configuration#1
quasiyoke merged 3 commits intoquasiyoke:masterfrom
alairock:master

Conversation

@alairock
Copy link

This is the first of several planned contributions.

I wrote my own bot with asyncio and aiohttp. It wasn't nearly as fleshed out as this is, and so I am contributing my ideas to this repo.

@quasiyoke quasiyoke merged commit 05de32f into quasiyoke:master Mar 2, 2017
@quasiyoke
Copy link
Owner

quasiyoke commented Mar 2, 2017

Sorry for a delay. Thank you. Great work!

self._following_timedelta
for user in User.select().where(
User.was_followed_at == None,
User.was_followed_at is None,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have paid some attention to that but I did guess that you've checked that you're able to use is operator here but you can't.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed it here: 8d2d04e

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

Successfully merging this pull request may close these issues.

2 participants