mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-05 13:01:03 +02:00
Add null check for pubsub.
This commit is contained in:
parent
a1ed146924
commit
e03f2661b4
@ -44,6 +44,7 @@ public class Main {
|
||||
Collections.shuffle(channels);
|
||||
|
||||
for (String channelId : channels)
|
||||
if (channelId != null)
|
||||
Multithreading.runAsyncLimitedPubSub(() -> {
|
||||
Session sess = DatabaseSessionFactory.createSession();
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user