fix conversion
This commit is contained in:
parent
42f7fc0636
commit
8bc833cd13
@ -2,7 +2,14 @@ exports.name = 'masto_conversion';
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const axios = require('axios');
|
const axios = require('axios');
|
||||||
|
|
||||||
|
|
||||||
class Conversion {
|
class Conversion {
|
||||||
|
constructor( ) {
|
||||||
|
this.fetched_times = 0;
|
||||||
|
this.max_fetchUsers = 5;
|
||||||
|
this.usersMemo = {};
|
||||||
|
}
|
||||||
|
|
||||||
hello() {
|
hello() {
|
||||||
console.log('hello from conversion');
|
console.log('hello from conversion');
|
||||||
}
|
}
|
||||||
@ -172,9 +179,6 @@ class Conversion {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
fetched_times = 0;
|
|
||||||
max_fetchUsers = 5;
|
|
||||||
usersMemo = {};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* find user avatar url from its user homepage url.
|
* find user avatar url from its user homepage url.
|
||||||
|
BIN
source_data/header.jpg
Normal file
BIN
source_data/header.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
Loading…
Reference in New Issue
Block a user