0
0
Fork 0

uaExtra設定を追加し、ユーザーエージェントを拡張できるように

This commit is contained in:
Ebise Lutica 2023-03-14 23:47:21 +09:00
parent 9fff449ba6
commit bdf915528a
2 changed files with 5 additions and 3 deletions

View file

@ -2,8 +2,6 @@ import axios from 'axios';
import {printLog} from '../store.js';
import {delay} from '../utils/delay.js';
export const ua = `Mozilla/5.0 MisskeyTools +https://github.com/shrimpia/misskey-tools Node/${process.version}`;
const RETRY_COUNT = 5;
/**