Skip to content

Commit

Permalink
Merge pull request #31 from irfanhakim-as/preview
Browse files Browse the repository at this point in the history
Update rizz, telego, and vpbot
  • Loading branch information
irfanhakim-as authored Sep 6, 2023
2 parents a959693 + d0f22a0 commit c7bef60
Show file tree
Hide file tree
Showing 37 changed files with 3,377 additions and 2,182 deletions.
4 changes: 2 additions & 2 deletions mika/rizz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: rizz
description: Rizz is a simple web application that tracks and posts content from RSS Feeds to Mastodon.
type: application
version: 0.0.5
appVersion: "0.0.1-stable-r1"
version: 0.0.6
appVersion: "0.0.1-stable-r2"
keywords:
- "rss"
- "monitor"
Expand Down
8 changes: 8 additions & 0 deletions mika/rizz/templates/__init__.py.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{/*
Celery /base/base/__init__.py template
*/}}
{{- define "rizz.celery-init-py" -}}
from .celery import app as celery_app

__all__ = ("celery_app",)
{{- end }}
Loading

0 comments on commit c7bef60

Please sign in to comment.