Skip to content

Commit

Permalink
change account
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Mar 5, 2024
1 parent eafd09c commit 473fc46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/ts/main/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const client = new core.Client(
client.setProxy(configurer.get('proxy') ?? '')

if (!client.user) {
client.user = '506351535'
client.viewer = '141935962'
client.udid = 'edb05dd4-9d13-4f76-b860-95f7a79de44e'
client.user = '940464243'
client.viewer = '174481488'
client.udid = 'cf608be5-6d38-421a-8eb1-11a501132c0a'
}

export * from 'mishiro-core'
Expand Down

0 comments on commit 473fc46

Please sign in to comment.