diff --git a/mastodonapi.php b/mastodonapi.php index d87cafd..a6791da 100644 --- a/mastodonapi.php +++ b/mastodonapi.php @@ -221,6 +221,6 @@ class YellowMastodonapi { // Return status file path private function getStatusFile() { - return $this->yellow->system->get("coreExtensionsDirectory") . "mastodonapi.ini"; + return $this->yellow->system->get("coreExtensionsDirectory") . "mastodonapi.log"; } } \ No newline at end of file