We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d2371 commit 79380c8Copy full SHA for 79380c8
core/settings.py
@@ -28,4 +28,4 @@
28
]
29
30
# Stand-Alone repeat time chunks in seconds, every script may override number of chunks
31
-STAND_ALONE_REPEAT_TIME_CHUNKS = 1
+STAND_ALONE_REPEAT_TIME_CHUNKS = 10
scripts/standalone/call_sherrgoo/call_sherrgoo.py
@@ -4,7 +4,7 @@
4
5
6
class CallSherrgoo(TweetPerDayBase):
7
- expected_tweet_per_day = 2
+ expected_tweet_per_day = 1
8
9
def update(self):
10
account_name = "@SherrGoo"
@@ -16,6 +16,3 @@ def update(self):
16
'شرگو...',
17
18
self.twitter.tweet(status=random.choice(calls))
19
-
20
- def on_called(self):
21
- super(CallSherrgoo, self).on_called()
0 commit comments