Moved bot to mastodon.social instance
This commit is contained in:
parent
c675ae2bd5
commit
92a2e2be19
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ if (!$db->load()) {
|
|||
|
||||
$last = timestamp();
|
||||
|
||||
$mastodon = new MastodonAPI($MastodonAccessToken, 'https://botsin.space');
|
||||
$mastodon = new MastodonAPI($MastodonAccessToken, 'https://mastodon.social');
|
||||
|
||||
for ($i = 0; $i < $db->count(); $i++) {
|
||||
$patch = $db->get($i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue